aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-14drm/vmwgfx: Fix the lockdep breakageZack Rusin1-2/+0
2021-04-14drm/vmwgfx: Make sure we unpin no longer needed buffersZack Rusin1-0/+2
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König1-1/+2
2021-02-26drm/vmwgfx: Bump the minor version and cleanup loggingZack Rusin1-2/+2
2021-01-21drm/ttm: device naming cleanupChristian König1-2/+2
2021-01-20drm/vmwgfx: Make sure we unpin no longer needed buffersZack Rusin1-0/+2
2021-01-18drm/vmwgfx: Drop svga_lockDaniel Vetter1-1/+0
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-16/+14
2021-01-14drm/vmwgfx: Remove the throttling codeZack Rusin1-21/+0
2021-01-14drm/vmwgfx: Cleanup pci resource allocationZack Rusin1-2/+3
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-15/+16
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-1/+1
2021-01-14drm/vmwgfx: Remove stealth modeZack Rusin1-5/+0
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-6/+1
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König1-0/+4
2020-09-24drm/vmwgfx: remove unused placement combinationChristian König1-1/+0
2020-09-11drm/ttm: nuke memory type flagsChristian König1-2/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-2/+2
2020-08-06drm/vmwgfx: fix gmrid takedown paths to new interfaceDave Airlie1-0/+1
2020-08-06drm/vmwgfx: takedown vram managerDave Airlie1-0/+1
2020-08-06drm/vmwgfx/ttm: switch gmrid allocator to new init paths.Dave Airlie1-1/+1
2020-08-06drm/vmwgfx/ttm: convert vram mm init to new code pathsDave Airlie1-3/+1
2020-08-06drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie1-2/+0
2020-08-06drm/vmwgfx: consolidate ttm object creation and populateDave Airlie1-0/+4
2020-05-16drm/vmwgfx: Fix parameter name in vmw_bo_initGuixiong Wei1-1/+1
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-0/+12
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)1-0/+1
2020-03-24drm/vmwgfx: Introduce a huge page aligning TTM range managerThomas Hellstrom (VMware)1-0/+7
2020-03-24drm/vmwgfx: Support huge page faultsThomas Hellstrom (VMware)1-0/+4
2020-03-23drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibilityThomas Hellström (VMware)1-1/+1
2020-03-23drm/vmwgfx: Add surface define v4 commandDeepak Rawat1-0/+2
2020-03-23drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat1-0/+5
2020-03-23drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat1-12/+44
2020-03-23drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat1-1/+21
2020-03-23drm/vmwgfx: Add a new enum for SM5 graphics context capabilityDeepak Rawat1-0/+13