aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/ttm_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-86/+28
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-34/+2
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann1-26/+26
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-04-29drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2021-01-19drm/vmwgfx/ttm_object: Reorder header to immediately precede its structLee Jones1-9/+10
2021-01-19drm/vmwgfx/ttm_object: Demote half-assed headers and fix-up anotherLee Jones1-3/+3
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2019-05-21drm/vmwgfx: Fix user space handle equal to zeroThomas Hellstrom1-1/+1
2018-09-27drm/vmwgfx: Look up objects without taking a referenceThomas Hellstrom1-0/+35
2018-09-27drm/vmwgfx: Make the object handles idr-generatedThomas Hellstrom1-22/+20
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom1-0/+761