summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbdev/sh_mobile: Drop unused includeLinus Walleij2020-11-011-1/+0
* drm/hisilicon: Adding a const declaration to an invariant constructTian Tao2020-10-312-2/+2
* drm/nouveu: fix swiotlb includeChristian König2020-11-022-1/+3
* drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price2020-10-301-5/+6
* drm/panfrost: Support cache-coherent integrationsRobin Murphy2020-10-304-0/+6
* iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy2020-10-301-1/+10
* drm: Quieten [zero] EDID carpingChris Wilson2020-10-291-2/+2
* drm/ttm: nuke old page allocatorChristian König2020-10-299-2507/+2
* drm/vram_helpers: drop ttm_page_alloc.h includeChristian König2020-10-291-1/+0
* drm/qxl: drop ttm_page_alloc.h includeChristian König2020-10-291-1/+0
* drm/vmwgfx: switch to new allocatorChristian König2020-10-292-37/+3
* drm/nouveau: switch to new allocatorChristian König2020-10-292-29/+2
* drm/radeon: switch to new allocator v2Christian König2020-10-291-38/+14
* drm/amdgpu: switch to new allocator v2Christian König2020-10-291-31/+14
* drm/ttm: wire up the new pool as default one v2Christian König2020-10-299-22/+29
* drm/ttm: new TT backend allocation pool v3Christian König2020-10-293-1/+671
* drm: xlnx: Use dma_request_chan for DMA channel requestPeter Ujfalusi2020-10-291-3/+1
* Fonts: Make font size unsigned in font_descPeilin Ye2020-10-281-1/+1
* fbdev/atafb: Remove unused extern variablesPeilin Ye2020-10-281-8/+0
* drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann2020-10-271-2/+2
* matroxfb: avoid -Warray-bounds warningArnd Bergmann2020-10-271-6/+2
* drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-2614-125/+103
* drm/ttm: make num_pages uint32_tChristian König2020-10-263-8/+8
* drm/ttm: move swapin out of page alloc backendChristian König2020-10-263-16/+8
* drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-266-13/+7
* drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-231-12/+1
* video: fbdev: fix divide error in fbcon_switchSaeed Mirzamohammadi2020-10-231-1/+2
* drm/ttm: remove overlapping memcpy supportDave Airlie2020-10-221-16/+3
* drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard2020-10-221-17/+8
* drm: document that user-space should avoid parsing EDIDsSimon Ser2020-10-221-0/+5
* drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-227-12/+39
* drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie2020-10-221-5/+3
* drm: Give irq_by_busid drm_legacy_ prefixDaniel Vetter2020-10-213-8/+8
* drm/ttm: move last binding into the drivers.Dave Airlie2020-10-216-22/+23
* drm/ttm: drop move notify around move.Dave Airlie2020-10-217-40/+78
* drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-212-27/+9
* drm/ttm: drop unbind callback.Dave Airlie2020-10-216-16/+0
* drm/ttm: add move to system into driversDave Airlie2020-10-215-34/+26
* drm/ttm: minor cleanup to move to systemDave Airlie2020-10-211-3/+1
* drm/ttm: move some move binds into the driversDave Airlie2020-10-214-8/+21
* drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin2020-10-201-0/+1
* drm/komeda: Drop local dma_parmsRobin Murphy2020-10-202-4/+1
* drm/vkms: fbdev emulation supportDaniel Vetter2020-10-201-0/+2
* drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-191-19/+0
* drm/ttm: add move old to system to drivers.Dave Airlie2020-10-195-11/+42
* drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-194-4/+7
* drm/ttm: split out the move to system from move ttm codeDave Airlie2020-10-191-14/+25
* drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-192-20/+26
* drm: panel: add TDO tl070wsh30 panel driverNeil Armstrong2020-10-193-0/+262
* drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-8/+3