summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Disable coherent dumb buffers without 3dZack Rusin2024-09-041-2/+4
* drm/vmwgfx: Fix prime with external buffersZack Rusin2024-09-043-12/+118
* drm/vmwgfx: Prevent unmapping active read buffersZack Rusin2024-09-042-2/+14
* drm/vmwgfx: Fix handling of dumb buffersZack Rusin2024-08-1112-502/+740
* drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin2024-08-111-10/+7
* drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes2024-08-111-1/+28
* drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes2024-08-111-1/+1
* drm/vmwgfx: Make sure the screen surface is ref countedZack Rusin2024-08-111-18/+22
* drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependencyAlexey Makhalov2024-06-171-1/+1
* drm/vmwgfx: Don't memcmp equivalent pointersIan Forbes2024-06-051-1/+1
* drm/vmwgfx: remove unused struct 'vmw_stdu_dma'Dr. David Alan Gilbert2024-06-051-5/+0
* drm/vmwgfx: Don't destroy Screen Target when CRTC is enabled but inactiveIan Forbes2024-06-051-0/+10
* drm/vmwgfx: Standardize use of kibibytes when loggingIan Forbes2024-06-052-8/+8
* drm/vmwgfx: Remove STDU logic from generic mode_valid functionIan Forbes2024-06-052-20/+9
* drm/vmwgfx: 3D disabled should not effect STDU memory limitsIan Forbes2024-06-051-7/+0
* drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes2024-06-051-2/+43
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-196-0/+6
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-256-0/+6
* | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-1516-297/+846
|\ \
| * | drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+2
| * | Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-2210-32/+133
| |\ \
| * | | drm/vmwgfx: Implement virtual crc generationZack Rusin2024-04-158-35/+553
| * | | drm/vmwgfx: Implement virtual kmsZack Rusin2024-04-1510-64/+302
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-04-021-6/+9
| |\ \ \
| * | | | drm/vmwgfx: Remove unused codeIan Forbes2024-03-288-197/+1
| * | | | drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann2024-03-111-19/+6
* | | | | drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin2024-04-301-1/+1
* | | | | drm/vmwgfx: Fix Legacy Display UnitIan Forbes2024-04-251-0/+1
| |_|/ / |/| | |
* | | | drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin2024-04-151-2/+2
* | | | drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin2024-04-151-3/+8
* | | | drm/vmwgfx: Fix prime import/exportZack Rusin2024-04-158-22/+117
| |_|/ |/| |
* | | drm/vmwgfx: Enable DMA mappings with SEVZack Rusin2024-04-091-5/+6
| |/ |/|
* | drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe2024-03-271-6/+9
|/
* drm/vmwgfx: Fix the lifetime of the bo cursor memoryZack Rusin2024-01-301-12/+1
* drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev2024-01-301-1/+10
* drm/vmwgfx: Make all surfaces shareableMaaz Mombasawala2024-01-303-16/+10
* drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev2024-01-305-191/+101
* drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin2024-01-261-3/+11
* drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes2024-01-261-0/+2
* drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-252-13/+24
* drm/vmwgfx: remove vmw_vram_gmr_placementChristian König2024-01-222-29/+0
* drm/vmwgfx: Unmap the surface before resetting it on a plane stateZack Rusin2024-01-031-0/+4
* drm/vmwgfx: fix kernel-doc Excess struct member 'base'Randy Dunlap2024-01-031-1/+0
* drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu2024-01-031-1/+4
* drm/vmwgfx: fix all kernel-doc warnings in stduRandy Dunlap2024-01-031-5/+12
* drm/vmwgfx: Fix typos in vmwgfx_execbuf.cGhanshyam Agrawal2024-01-031-2/+2
* drm/vmwgfx: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas2023-11-241-0/+11
* drm/vmwgfx: Use the hotspot properties from cursor planesZack Rusin2023-11-241-7/+2
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie2023-10-241-2/+2
|\