aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-13/+1
2021-05-11drm/vmwgfx: Fix incorrect enum usageZack Rusin1-1/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-9/+8
2021-04-29drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-27/+18
2021-04-14drm/vmwgfx: Fix the lockdep breakageZack Rusin1-9/+8
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-2/+2
2021-03-24drm/ttm: remove swap LRU v3Christian König1-1/+1
2021-03-24drm/ttm: move swapout logic around v3Christian König1-1/+1
2021-02-26drm/vmwgfx: Bump the minor version and cleanup loggingZack Rusin1-13/+0
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-0/+5
2021-02-09drm/ttm: rework ttm_tt page limit v4Christian König1-1/+1
2021-02-09drm/vmwgfx: Fix some memory leaks on errorsZack Rusin1-5/+4
2021-02-09drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter1-2/+3
2021-02-02drm/vmwgfx: Fix some memory leaks on errorsZack Rusin1-5/+4
2021-01-28drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter1-2/+3
2021-01-21drm/ttm: device naming cleanupChristian König1-8/+8
2021-01-19drm/vmwgfx/vmwgfx_drv: Fix some kernel-doc misdemeanoursLee Jones1-4/+4
2021-01-19drm/vmwgfx: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+0
2021-01-18drm/vmwgfx: Always evict vram _before_ disabling itDaniel Vetter1-1/+1
2021-01-18drm/vmwgfx: Drop svga_lockDaniel Vetter1-9/+1
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-2/+1
2021-01-14drm/vmwgfx: Cleanup pci resource allocationZack Rusin1-43/+70
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-19/+18
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-45/+29
2021-01-14drm/vmwgfx: Remove stealth modeZack Rusin1-21/+10
2021-01-06drm/vmwgfx: Remove references to struct drm_device.pdevThomas Zimmermann1-13/+14
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm: Remove SCATTERLIST_MAX_SEGMENTJason Gunthorpe1-2/+1
2020-10-29drm/vmwgfx: switch to new allocatorChristian König1-4/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+3
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-1/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-3/+9
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-4/+1
2020-09-15drm/ttm: remove default cachingChristian König1-2/+2
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2020-08-11drm/vmwgfx/ttm: fix the non-THP cleanup path.Dave Airlie1-1/+1
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-10/+10
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-7/+7
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie1-9/+4
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie1-9/+14
2020-08-06drm/vmwgfx: fix gmrid takedown paths to new interfaceDave Airlie1-5/+4
2020-08-06drm/vmwgfx: takedown vram managerDave Airlie1-1/+13
2020-08-06drm/vmwgfx/ttm: switch gmrid allocator to new init paths.Dave Airlie1-13/+4
2020-08-06drm/vmwgfx/ttm: convert vram mm init to new code pathsDave Airlie1-6/+19
2020-07-31drm/vmwgfx: stop implementing init_mem_type v2Christian König1-0/+20
2020-07-29drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie1-1/+1
2020-06-15drm: vmwgfx: remove drm_driver::master_set() return typeEmil Velikov1-5/+3