summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
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-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-28Merge 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
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-2/+2
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-1/+1
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-3/+46
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-9/+10
2018-07-06drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat1-0/+12
2018-07-06drm/vmwgfx: Add SM4_1 flagDeepak Rawat1-2/+16
2018-07-06drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+17
2018-07-04drm/vmwgfx: Update the device headersDeepak Rawat1-1/+1
2018-07-03drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat1-0/+1
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-9/+9
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2018-05-23drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom1-5/+0
2018-05-03drm/vmwgfx: Drop DRM_CONTROL_ALLOWDaniel Vetter1-4/+4
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-0/+13
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom1-3/+0
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom1-23/+52
2018-03-22drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom1-0/+2
2018-03-21drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom1-0/+13
2017-11-01drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh1-1/+1
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom1-8/+3
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie1-4/+4
2017-07-17drm/vmwgfx: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-3/+3
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-04-21drm/vmwgfx: Convert macro to octal representationØyvind A. Holm1-1/+1
2017-03-31drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm1-4/+4
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh1-1/+3
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh1-0/+1
2017-02-26drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom1-1/+10
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-10-10drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni1-5/+5
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+12
2016-07-12drm/vmwgfx: Stop checking minor type directlyFrank Binns1-2/+1
2016-07-01drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh1-0/+5