summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/ttm_object.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29drm/vmwgfx: Remove unused codeIan Forbes1-4/+0
2024-01-30drm/vmwgfx: Make all surfaces shareableMaaz Mombasawala1-3/+3
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin1-37/+4
2022-10-25drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala1-4/+4
2022-10-25drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala1-41/+50
2022-10-25drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala1-18/+6
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 dr...Thomas Hellstrom1-0/+761