summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie
2024-04-15drm/vmwgfx: Implement virtual crc generationZack Rusin
2024-04-15drm/vmwgfx: Implement virtual kmsZack Rusin
2024-04-15drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin
2024-04-15drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin
2024-04-09drm/vmwgfx: Enable DMA mappings with SEVZack Rusin
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-03-28drm/vmwgfx: Remove unused codeIan Forbes
2024-03-27drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann
2024-01-30drm/vmwgfx: Fix the lifetime of the bo cursor memoryZack Rusin
2024-01-30drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev
2024-01-30drm/vmwgfx: Make all surfaces shareableMaaz Mombasawala
2024-01-30drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev
2024-01-26drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin
2024-01-26drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath
2024-01-22drm/vmwgfx: remove vmw_vram_gmr_placementChristian König
2024-01-03drm/vmwgfx: Unmap the surface before resetting it on a plane stateZack Rusin
2024-01-03drm/vmwgfx: fix kernel-doc Excess struct member 'base'Randy Dunlap
2024-01-03drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu
2024-01-03drm/vmwgfx: fix all kernel-doc warnings in stduRandy Dunlap
2024-01-03drm/vmwgfx: Fix typos in vmwgfx_execbuf.cGhanshyam Agrawal
2023-11-24drm/vmwgfx: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas
2023-11-24drm/vmwgfx: Use the hotspot properties from cursor planesZack Rusin
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin
2023-10-24Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...Dave Airlie
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze
2023-10-09drm: vmwgfx_surface.c: copy user-array safelyPhilipp Stanner
2023-10-05drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_byKees Cook
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-09-20drm: Update file owner during useTvrtko Ursulin
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf
2023-04-26Merge tag 'flex-array-transformations-6.4-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-04-11drm/vmwgfx: remove unused vmw_overlay functionTom Rix
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev
2023-04-11drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin
2023-04-11drm/vmwgfx: Drop mksstat_init_record fn as currently unusedMartin Krastev
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann
2023-03-15drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-03-06drm/vmwgfx: Replace one-element array with flexible-array memberGustavo A. R. Silva