summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
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-24drm/vmwgfx: Read new register for GB memory when availableDeepak Rawat1-3/+9
2020-03-24drm/vmwgfx: Add a new enum for SM5 graphics context capabilityDeepak Rawat1-0/+11
2020-03-24drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-17/+17
2020-03-24drm/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-09Merge 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
2019-04-25drm/vmwgfx: Fix dma API layer violationThomas Hellstrom1-28/+5
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+0
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-1/+1
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-49/+32
2019-02-05drm/vmwgfx: Improve on IOMMU detectionThomas Hellstrom1-2/+17
2019-02-05drm/vmwgfx: Fix setting of dma masksThomas Hellstrom1-3/+6
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter1-1/+1
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter1-1/+1
2019-01-29drm/vmwgfx: unwind spaghetti code in vmw_dma_select_modeChristoph Hellwig1-19/+6
2019-01-29drm/vmwgfx: fix the check when to use dma_alloc_coherentChristoph Hellwig1-7/+4
2019-01-29drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2Christoph Hellwig1-17/+4
2019-01-29drm/vmwgfx: remove CONFIG_X86 ifdefsChristoph Hellwig1-6/+0
2019-01-02Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-29Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-13/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel1-1/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-1/+3
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom1-1/+0
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerLu Baolu1-1/+1
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-10/+1