summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2017-08-28drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom1-0/+1
2017-08-28drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom1-25/+158
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-39/+19
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie1-6/+4
2017-07-17drm/vmwgfx: Use dma_pool_zallocSouptick Joarder1-6/+4
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+2
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-8/+2
2016-06-15drm/vmwgfx: use *_32_bits() macrosPaul Bolle1-5/+2
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom1-1/+1
2015-10-21drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom1-14/+20
2015-09-30drm/vmwgfx: Fix a command submission hang regressionThomas Hellstrom1-0/+8
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-3/+2
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom1-1/+5
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-4/+4
2015-08-05drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom1-49/+34
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-0/+1315