summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie1-0/+13
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)1-0/+13
2020-03-23drm/vmwgfx: Read new register for GB memory when availableDeepak Rawat1-3/+9
2020-03-23drm/vmwgfx: Add a new enum for SM5 graphics context capabilityDeepak Rawat1-0/+11
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-17/+17
2020-03-23drm/vmwgfx: Also check for SVGA_CAP_DX before reading DX context supportDeepak Rawat1-1/+1
2020-03-12drm/vmwgfx: Refuse DMA operation when SEV encryption is activeThomas Hellstrom1-0/+5
2020-03-12drm/vmwgfx: Fix the refuse_dma mode when using guest-backed objectsThomas Hellstrom1-2/+4
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-19/+57
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann1-3/+0
2020-01-15drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from hostRoland Scheidegger1-0/+6
2020-01-15drm/vmwgfx: drop DRM_AUTH for render ioctlsEmil Velikov1-14/+14
2020-01-15drm/vmwgfx: Call vmw_driver_{load,unload}() before registering deviceThomas Zimmermann1-5/+37
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom1-2/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-167/+13
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann1-1/+5
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-0/+1
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg1-6/+11
2019-08-15drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom1-161/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-0/+3
2019-06-26drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov1-10/+2
2019-06-26drm/vmgfx: kill off unused init_mutexEmil Velikov1-1/+0
2019-06-26vmwgfx: drop empty lastclose stubEmil Velikov1-5/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-11drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai1-0/+3
2019-05-21drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom1-1/+7
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2019-04-26Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...Dave Airlie1-28/+5