summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-3/+3
* drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann2021-02-191-0/+4
* drm/qxl: rework cursor planeGerd Hoffmann2021-02-191-115/+133
* drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann2021-02-191-27/+34
* drm/qxl: fix monitors object vmapGerd Hoffmann2021-02-191-5/+2
* drm/qxl: fix prime vmapGerd Hoffmann2021-02-191-2/+2
* drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann2021-02-192-0/+38
* drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann2021-02-196-20/+20
* drm/qxl: fix lockdep issue in qxl_alloc_release_reservedGerd Hoffmann2021-02-191-3/+10
* drm/qxl: use ttm bo prioritiesGerd Hoffmann2021-02-196-12/+20
* drm/qxl: more fence wait reworkGerd Hoffmann2021-02-191-6/+2
* drm/qxl: properly handle device init failuresGerd Hoffmann2021-02-192-0/+7
* drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-091-2/+2
* drm/qxl: allocate dumb buffers in ramGerd Hoffmann2021-02-051-1/+1
* drm/qxl: simplify qxl_fence_waitGerd Hoffmann2021-02-051-40/+4
* drm/qxl: properly free qxl releasesGerd Hoffmann2021-02-055-3/+29
* drm/qxl: handle shadow in primary destroyGerd Hoffmann2021-02-051-0/+2
* drm/qxl: properly pin/unpin shadowGerd Hoffmann2021-02-051-0/+4
* drm/qxl: release shadow on shutdownGerd Hoffmann2021-02-051-0/+4
* drm/qxl: unpin release objectsGerd Hoffmann2021-02-051-0/+1
* drm/qxl: use drmm_mode_config_initGerd Hoffmann2021-02-051-2/+3
* Revert "drm/qxl: do not run release if qxl failed to init"Gerd Hoffmann2021-02-051-2/+0
* drm/qxl: do not run release if qxl failed to initTong Zhang2021-02-031-0/+2
* drm/ttm: device naming cleanupChristian König2021-01-213-15/+14
* Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2021-01-071-1/+1
|\
| * Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-071-8/+8
| |\
| * \ Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-074-4/+2
| |\ \
| * | | drm/qxl: don't allocate a dma_address arrayChristian König2020-12-181-1/+1
* | | | drm/qxl: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-064-4/+5
| |_|/ |/| |
* | | drm/qxl: use flexible-array member instead of zero-length arrayTian Tao2020-12-221-8/+8
| |/ |/|
* | drm/ttm: cleanup LRU handling furtherChristian König2020-12-151-1/+1
* | drm/ttm: cleanup BO size handling v3Christian König2020-12-141-1/+1
* | drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-012-2/+0
* | drm/qxl: switch to ttm_sg_tt_initChristian König2020-11-301-1/+1
|/
* drm/qxl: Remove fbcon acceleration leftoversDaniel Vetter2020-11-171-16/+2
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-1/+2
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-096-30/+55
* drm: remove unneeded breakTom Rix2020-11-081-1/+0
* drm/qxl: replace idr_init() by idr_init_base()Deepak R Varma2020-11-061-2/+2
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/qxl: drop ttm_page_alloc.h includeChristian König2020-10-291-1/+0
* drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-3/+2
* drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-261-1/+1
* drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-1/+6
* drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-14/+0
* drm/ttm: drop move notify around move.Dave Airlie2020-10-211-18/+27
* drm/ttm: drop unbind callback.Dave Airlie2020-10-211-7/+0
* drm/ttm: nuke caching placement flagsChristian König2020-10-152-6/+6
* drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-0/+2