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: 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 possible null pointer derefence with invalid contextsZack Rusin1-3/+11
2024-03-27drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu1-1/+4
2024-01-26drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin10-55/+71
2024-01-26drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin6-16/+16
2023-11-28drm: vmwgfx_surface.c: copy user-array safelyPhilipp Stanner1-2/+2
2023-10-20drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-05-17drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev3-74/+38
2023-05-17drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin5-101/+1
2023-02-22drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-22drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-01treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
2023-01-18drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin6-233/+87
2023-01-18drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala7-292/+12
2023-01-18drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala3-49/+56
2023-01-18drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala5-66/+58
2023-01-18drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala3-23/+9
2023-01-18drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...Maaz Mombasawala1-36/+26
2023-01-18drm/vmwgfx: Write the driver id registersZack Rusin1-9/+34
2023-01-07drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin1-1/+2
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin1-0/+4
2022-11-28drm/vmwgfx: Fix race issue calling pin_user_pagesDawei Li1-3/+3
2022-09-21drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()Rafael Mendonca1-0/+1
2022-09-13drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declarationGaosheng Cui1-1/+0
2022-08-04drm/vmwgfx: Remove unused hugepage supportZack Rusin1-13/+0
2022-08-04drm/vmwgfx: cleanup commentsTom Rix7-14/+14
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter1-2/+2
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann3-3/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-4/+4
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann2-2/+2
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-7/+5
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-07-05drm/vmwgfx: Stop using 'TRUE'Ville Syrjälä1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-1/+9
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann1-2/+1
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-3/+2
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann1-2/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-0/+1
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie3-30/+28
2022-04-23drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin1-0/+4
2022-04-21drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin3-30/+28
2022-04-21drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin1-0/+18
2022-04-07drm/ttm: remove bo->movingChristian König1-6/+0
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1