summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)Author
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König
2020-11-17drm/qxl: Remove fbcon acceleration leftoversDaniel Vetter
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-08drm: remove unneeded breakTom Rix
2020-11-06drm/qxl: replace idr_init() by idr_init_base()Deepak R Varma
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-29drm/qxl: drop ttm_page_alloc.h includeChristian König
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie
2020-10-21drm/ttm: drop move notify around move.Dave Airlie
2020-10-21drm/ttm: drop unbind callback.Dave Airlie
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie
2020-09-24drm/qxl: kill unused bo wait wrapperDave Airlie
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-17drm/qxl: Replace deprecated function in qxl_displaySidong Yang
2020-08-17drm/qxl: don't take vga ports on rev5+Gerd Hoffmann
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/qxl/ttm: use wrapper to access memory managerDave Airlie
2020-08-06drm/qxl/ttm: use new takedown pathDave Airlie
2020-08-06drm/qxl/ttm: use new init path for managerDave Airlie
2020-08-06drm/qxl/ttm: call ttm manager debug (v2)Dave Airlie
2020-08-06qxl/ttm: drop the unusued no wait flag to reserve functionDave Airlie