summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov2019-06-261-10/+2
* drm/vmgfx: kill off unused init_mutexEmil Velikov2019-06-261-1/+0
* vmwgfx: drop empty lastclose stubEmil Velikov2019-06-261-5/+0
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom2019-05-211-1/+7
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-1/+0
|\
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-1/+1
* | Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2019-04-261-28/+5
|\ \ | |/ |/|
| * drm/vmwgfx: Fix dma API layer violationThomas Hellstrom2019-04-251-28/+5
* | Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-49/+32
|\|
| * drm/vmwgfx: Improve on IOMMU detectionThomas Hellstrom2019-02-051-2/+17
| * drm/vmwgfx: Fix setting of dma masksThomas Hellstrom2019-02-051-3/+6
| * drm/vmwgfx: unwind spaghetti code in vmw_dma_select_modeChristoph Hellwig2019-01-291-19/+6
| * drm/vmwgfx: fix the check when to use dma_alloc_coherentChristoph Hellwig2019-01-291-7/+4
| * drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2Christoph Hellwig2019-01-291-17/+4
| * drm/vmwgfx: remove CONFIG_X86 ifdefsChristoph Hellwig2019-01-291-6/+0
* | drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter2019-01-291-1/+1
* | drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
|/
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-1/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-1/+1
| |\ \
| | | * iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-121-1/+1
| | |/
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \
| * | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
| | |/ | |/|
* | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-13/+3
|\ \ \ | |_|/ |/| |
| * | drm/vmwgfx: Fix a layout race conditionThomas Hellstrom2018-12-051-1/+0
| * | drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-10/+1
| * | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-2/+2
| |/
* / drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom2018-12-131-1/+3
|/
* drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-271-1/+1
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-271-1/+1
* Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-3/+46
|\
| * drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat2018-07-061-0/+12
| * drm/vmwgfx: Add SM4_1 flagDeepak Rawat2018-07-061-2/+16
| * drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende2018-07-061-0/+17
| * drm/vmwgfx: Update the device headersDeepak Rawat2018-07-041-1/+1
* | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-9/+10
|\|
| * drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat2018-07-031-0/+1
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-9/+9
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-4/+4
|\
| * drm/vmwgfx: Drop DRM_CONTROL_ALLOWDaniel Vetter2018-05-031-4/+4
* | drm/vmwgfx: Schedule an fb dirty update after resumeThomas Hellstrom2018-05-231-5/+0
|/
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-0/+13
|\
| * drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom2018-03-211-0/+13
* | drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom2018-03-221-3/+0
* | drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-221-23/+52
* | drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom2018-03-221-0/+2
|/
* drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh2017-11-011-1/+1
* drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom2017-08-281-8/+3