summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2024-04-27drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin1-3/+8
2024-04-27drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin1-2/+2
2024-04-27drm/vmwgfx: Fix prime import/exportZack Rusin8-22/+117
2024-04-17drm/vmwgfx: Enable DMA mappings with SEVZack Rusin1-5/+6
2024-04-03drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe1-6/+9
2024-04-03drm/vmwgfx: Fix the lifetime of the bo cursor memoryZack Rusin1-12/+1
2024-04-03drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin1-3/+11
2024-04-03drm/vmwgfx: Unmap the surface before resetting it on a plane stateZack Rusin1-0/+4
2024-03-27drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev1-1/+10
2024-03-27drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu1-1/+4
2023-11-24drm/vmwgfx: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+11
2023-11-24drm/vmwgfx: Use the hotspot properties from cursor planesZack Rusin1-7/+2
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin1-1/+1
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie1-2/+2
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie11-50/+69
2023-10-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann7-34/+39
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin11-49/+68
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-09drm: vmwgfx_surface.c: copy user-array safelyPhilipp Stanner1-2/+2
2023-10-05drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_byKees Cook1-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+4
2023-09-20drm: Update file owner during useTvrtko Ursulin1-2/+4
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin6-16/+16
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf1-4/+12
2023-04-26Merge tag 'flex-array-transformations-6.4-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-04-11drm/vmwgfx: remove unused vmw_overlay functionTom Rix1-6/+0
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev3-74/+38
2023-04-11drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin3-0/+40
2023-04-11drm/vmwgfx: Drop mksstat_init_record fn as currently unusedMartin Krastev1-26/+0
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann1-1/+0
2023-03-15drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin1-2/+2
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin1-1/+1
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+110
2023-03-06drm/vmwgfx: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-8/+15
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-13/+25
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-14drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2-5/+16
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin27-688/+563
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin22-455/+311
2023-02-14drm/vmwgfx: Rename dummy to is_iomemZack Rusin1-8/+8
2023-02-14drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin2-14/+1
2023-02-14drm/vmwgfx: Simplify fb pinningZack Rusin5-85/+54
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin25-385/+419
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin8-58/+27