summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-8/+10
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-3/+3
2021-02-19drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann1-0/+4
2021-02-19drm/qxl: rework cursor planeGerd Hoffmann1-115/+133
2021-02-19drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann1-27/+34
2021-02-19drm/qxl: fix monitors object vmapGerd Hoffmann1-5/+2
2021-02-19drm/qxl: fix prime vmapGerd Hoffmann1-2/+2
2021-02-19drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann2-0/+38
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann6-20/+20
2021-02-19drm/qxl: fix lockdep issue in qxl_alloc_release_reservedGerd Hoffmann1-3/+10
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann6-12/+20
2021-02-19drm/qxl: more fence wait reworkGerd Hoffmann1-6/+2
2021-02-19drm/qxl: properly handle device init failuresGerd Hoffmann2-0/+7
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-2/+2
2021-02-05drm/qxl: allocate dumb buffers in ramGerd Hoffmann1-1/+1
2021-02-05drm/qxl: simplify qxl_fence_waitGerd Hoffmann1-40/+4
2021-02-05drm/qxl: properly free qxl releasesGerd Hoffmann5-3/+29
2021-02-05drm/qxl: handle shadow in primary destroyGerd Hoffmann1-0/+2
2021-02-05drm/qxl: properly pin/unpin shadowGerd Hoffmann1-0/+4
2021-02-05drm/qxl: release shadow on shutdownGerd Hoffmann1-0/+4
2021-02-05drm/qxl: unpin release objectsGerd Hoffmann1-0/+1
2021-02-05drm/qxl: use drmm_mode_config_initGerd Hoffmann1-2/+3
2021-02-05Revert "drm/qxl: do not run release if qxl failed to init"Gerd Hoffmann1-2/+0
2021-02-03drm/qxl: do not run release if qxl failed to initTong Zhang1-0/+2
2021-01-21drm/ttm: device naming cleanupChristian König3-15/+14
2021-01-07Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-1/+1
2021-01-07Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-8/+8
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter4-4/+2
2021-01-06drm/qxl: Remove references to struct drm_device.pdevThomas Zimmermann4-4/+5
2020-12-22drm/qxl: use flexible-array member instead of zero-length arrayTian Tao1-8/+8
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König1-1/+1
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König1-1/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2-2/+0
2020-11-30drm/qxl: switch to ttm_sg_tt_initChristian König1-1/+1
2020-11-17drm/qxl: Remove fbcon acceleration leftoversDaniel Vetter1-16/+2
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann6-30/+55
2020-11-08drm: remove unneeded breakTom Rix1-1/+0
2020-11-06drm/qxl: replace idr_init() by idr_init_base()Deepak R Varma1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-29drm/qxl: drop ttm_page_alloc.h includeChristian König1-1/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-3/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-1/+1
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+6
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-14/+0
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-18/+27
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-7/+0
2020-10-15drm/ttm: nuke caching placement flagsChristian König2-6/+6