summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-1932-474/+305
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-215-11/+14
| |\
| | * dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-171-0/+3
| | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-134-11/+11
| * | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-158-20/+140
| * | drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-1512-31/+36
| * | drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg2019-08-1512-27/+59
| * | drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom2019-08-155-312/+3
| * | drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat2019-08-141-5/+10
| * | drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2019-08-142-0/+16
| |/
| * drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-064-11/+11
| * drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-062-4/+4
| * dma-buf: add more reservation object locking wrappersChristian König2019-08-054-8/+8
| * Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-223-34/+125
| |\
| * | drm/vmwgfx: Don't look at state->allow_modesetDaniel Vetter2019-06-281-8/+0
| * | drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov2019-06-263-45/+23
| * | drm/vmgfx: kill off unused init_mutexEmil Velikov2019-06-262-6/+0
| * | vmwgfx: drop empty lastclose stubEmil Velikov2019-06-261-5/+0
| * | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-28/+28
|\ \ \
| * | | drm/vmwgfx: Update the backdoor call with support for new instructionsThomas Hellstrom2019-08-282-28/+28
* | | | drm/vmwgfx: Fix double free in vmw_recv_msg()Dan Carpenter2019-09-051-5/+3
|/ / /
* | | drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King2019-08-081-1/+3
| |/ |/|
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-152-2/+3
|\ \
| * | Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-1619-1580/+380
| * | drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom2019-06-185-311/+3
| * | drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat2019-06-181-5/+10
| * | drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2019-06-182-0/+16
| * | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-06-183-6/+626
| * | drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-06-185-11/+177
| * | drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-06-183-16/+32
| * | drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-06-1811-20/+584
| * | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-06-188-20/+141
| |/
| * drm/ttm: Make LRU removal optional v2Christian König2019-05-312-2/+3
* | drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai2019-06-111-0/+3
* | drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom2019-06-111-5/+5
* | drm/vmwgfx: Use the backdoor port if the HB port is not availableThomas Hellstrom2019-06-111-29/+117
|/
* drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister2019-05-211-1/+2
* drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister2019-05-211-0/+4
* drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom2019-05-212-21/+8
* drm/vmwgfx: Fix compat mode shader operationThomas Hellstrom2019-05-211-0/+13
* drm/vmwgfx: Fix user space handle equal to zeroThomas Hellstrom2019-05-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-0827-1242/+974
|\
| * drm/vmwgfx: Remove set but not used variable 'fb_offset, fb_depth'YueHaibing2019-04-081-3/+1
| * drm/vmwgfx: Zero initialize handle in vmw_execbuf_processNathan Chancellor2019-04-081-1/+1
| * drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-0817-290/+138
| * drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.cDeepak Rawat2019-04-081-385/+302
| * drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errorsDeepak Rawat2019-04-081-8/+10
| * drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.cDeepak Rawat2019-04-081-12/+8