summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c
AgeCommit message (Expand)Author
2021-08-09drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing
2021-08-09drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li
2021-07-28drm/vmwgfx: Cleanup loggingZack Rusin
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf: Fix misnaming of 'headers' should be pluralLee Jones
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf: Fix a bunch of missing or incorrectly formatted/nam...Lee Jones
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin
2021-01-06drm/vmwgfx: Remove references to struct drm_device.pdevThomas Zimmermann
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König
2020-03-12drm/vmwgfx: Fix the refuse_dma mode when using guest-backed objectsThomas Hellstrom
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg
2019-04-08drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errorsDeepak Rawat
2019-04-08drm/vmwgfx: Remove set but not used variable 'restart'YueHaibing
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2018-09-27drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...Thomas Hellstrom
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)
2018-03-22drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2017-08-28drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom
2017-08-28drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie
2017-07-17drm/vmwgfx: Use dma_pool_zallocSouptick Joarder
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2016-06-15drm/vmwgfx: use *_32_bits() macrosPaul Bolle
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom
2015-10-21drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom
2015-09-30drm/vmwgfx: Fix a command submission hang regressionThomas Hellstrom
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh
2015-08-05drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom
2015-08-05drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom
2015-08-05drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom