summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
AgeCommit message (Expand)AuthorFilesLines
12 daysdrm/vmwgfx: Fix prime import/exportZack Rusin1-0/+3
2024-01-22drm/vmwgfx: remove vmw_vram_gmr_placementChristian König1-1/+0
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin1-0/+4
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin1-0/+12
2023-04-11drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin1-0/+2
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-23/+30
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin1-2/+0
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-164/+20
2023-02-13drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin1-5/+1
2023-02-13drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin1-6/+0
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-17/+1
2023-01-09drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin1-17/+1
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+3
2022-10-31drm/vmwgfx: Cleanup the cursor snooping codeZack Rusin1-0/+4
2022-10-25drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin1-3/+0
2022-10-25drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin1-32/+3
2022-10-25drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala1-1/+5
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala1-2/+3
2022-09-13drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declarationGaosheng Cui1-1/+0
2022-03-11drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin1-1/+8
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin1-0/+8
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev1-1/+5
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause1-3/+2
2021-12-17drm/vmwgfx: Remove unused compile optionsZack Rusin1-3/+0
2021-12-17drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin1-5/+0
2021-12-09drm/vmwgfx: Bump the minor versionZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin1-1/+0
2021-12-09drm/vmwgfx: support 64 UAVsZack Rusin1-0/+20
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-35/+43
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-25/+0
2021-12-01drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin1-3/+9
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann1-3/+3
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-4/+0
2021-08-09drm/vmwgfx: Remove the repeated declarationShaokun Zhang1-1/+0
2021-07-28drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctlsZack Rusin1-3/+3
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin1-1/+2
2021-06-16drm/vmwgfx: Fix a 64bit regression on svga3Zack Rusin1-1/+1
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-1/+1
2021-06-12drm/vmwgfx: Remove vmw_chipsetZack Rusin1-2/+1
2021-06-12drm/vmwgfx: inline access to the pages from the piterZack Rusin1-2/+1
2021-06-12drm/vmwgfx: remove code that was using physical page addressesZack Rusin1-1/+0
2021-06-12drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev1-1/+27
2021-06-12drm/vmwgfx: Simplify devcaps codeZack Rusin1-1/+2
2021-05-11drm/vmwgfx: Port vmwgfx to arm64Zack Rusin1-1/+1
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-24/+96
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-6/+0
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+6
2021-04-26drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATIONThomas Zimmermann1-0/+19
2021-04-14drm/vmwgfx: Make sure bo's are unpinned before putting them backZack Rusin1-4/+1