summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+2
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-2/+8
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie1-21/+8
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König1-3/+5
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao1-6/+1
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König7-39/+20
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-1/+1
2020-09-24drm/qxl: kill unused bo wait wrapperDave Airlie1-23/+0
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-2/+1
2020-09-15drm/ttm: remove default cachingChristian König1-1/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+3
2020-09-11drm/ttm: nuke memory type flagsChristian König2-9/+18
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie1-7/+3
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-11/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-4/+3
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König1-3/+3
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-2/+3
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-3/+6
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-2/+0
2020-08-17drm/qxl: Replace deprecated function in qxl_displaySidong Yang1-10/+11
2020-08-17drm/qxl: don't take vga ports on rev5+Gerd Hoffmann1-3/+3
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+1