summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errorsDeepak Rawat2019-04-081-8/+10
* drm/vmwgfx: Remove set but not used variable 'restart'YueHaibing2019-04-081-5/+1Star
* drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-4/+7
* drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...Thomas Hellstrom2018-09-271-2/+2
* drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
* drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom2018-03-221-32/+25Star
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-1/+1
* drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom2017-08-281-0/+1
* drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom2017-08-281-25/+158
* drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom2017-08-281-39/+19Star
* Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-241-6/+4Star
|\
| * drm/vmwgfx: Use dma_pool_zallocSouptick Joarder2017-07-181-6/+4Star
* | drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-181-1/+2
|/
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-8/+2Star
* drm/vmwgfx: use *_32_bits() macrosPaul Bolle2016-06-151-5/+2Star
* drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom2016-01-131-1/+1
* drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom2015-10-211-14/+20
* drm/vmwgfx: Fix a command submission hang regressionThomas Hellstrom2015-09-301-0/+8
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-3/+2Star
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom2015-08-051-1/+5
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-4/+4
* drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom2015-08-051-49/+34Star
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-0/+1315