summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-0/+1
2024-08-26drm/vmwgfx: Disable coherent dumb buffers without 3dZack Rusin1-2/+4
2024-08-26drm/vmwgfx: Fix prime with external buffersZack Rusin3-12/+118
2024-08-26drm/vmwgfx: Prevent unmapping active read buffersZack Rusin2-2/+14
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard5-361/+198
2024-07-26drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes1-1/+28
2024-07-25drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes1-1/+1
2024-07-25drm/vmwgfx: Add basic support for external buffersZack Rusin1-4/+58
2024-07-25drm/vmwgfx: Fix handling of dumb buffersZack Rusin12-502/+740
2024-07-25drm/vmwgfx: Make sure the screen surface is ref countedZack Rusin1-18/+22
2024-07-25drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin1-10/+7
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-3/+2
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-1/+1
2024-06-25drm/vmwgfx: Use VMware hypercall APIAlexey Makhalov3-358/+196
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-3/+2
2024-06-17drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependencyAlexey Makhalov1-1/+1
2024-06-06drm/vmwgfx: Don't memcmp equivalent pointersIan Forbes1-1/+1
2024-06-06drm/vmwgfx: remove unused struct 'vmw_stdu_dma'Dr. David Alan Gilbert1-5/+0
2024-06-06drm/vmwgfx: Don't destroy Screen Target when CRTC is enabled but inactiveIan Forbes1-0/+10
2024-06-06drm/vmwgfx: Standardize use of kibibytes when loggingIan Forbes2-8/+8
2024-06-06drm/vmwgfx: Remove STDU logic from generic mode_valid functionIan Forbes2-20/+9
2024-06-06drm/vmwgfx: 3D disabled should not effect STDU memory limitsIan Forbes1-7/+0
2024-06-06drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes1-2/+43
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard8-1/+8
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-0/+6
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-297/+846
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann1-2/+2
2024-04-30drm/vmwgfx: Remove duplicate vmwgfx_vkms.h headerJiapeng Chong1-1/+0
2024-04-30drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin1-1/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet6-0/+6
2024-04-26drm/vmwgfx: Fix Legacy Display UnitIan Forbes1-0/+1
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula1-0/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie10-32/+133
2024-04-15drm/vmwgfx: Implement virtual crc generationZack Rusin8-35/+553
2024-04-15drm/vmwgfx: Implement virtual kmsZack Rusin10-64/+302
2024-04-15drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin1-2/+2
2024-04-15drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin1-3/+8
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin8-22/+117
2024-04-09drm/vmwgfx: Enable DMA mappings with SEVZack Rusin1-5/+6
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+9
2024-03-29drm/vmwgfx: Remove unused codeIan Forbes8-197/+1
2024-03-27drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe1-6/+9
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann1-19/+6
2024-01-30drm/vmwgfx: Fix the lifetime of the bo cursor memoryZack Rusin1-12/+1
2024-01-30drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev1-1/+10
2024-01-30drm/vmwgfx: Make all surfaces shareableMaaz Mombasawala3-16/+10
2024-01-30drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev5-191/+101
2024-01-26drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin1-3/+11
2024-01-26drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes1-0/+2