summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-29drm/vram_helpers: drop ttm_page_alloc.h includeChristian König1-1/+0
2020-10-29drm/qxl: drop ttm_page_alloc.h includeChristian König1-1/+0
2020-10-29drm/vmwgfx: switch to new allocatorChristian König2-37/+3
2020-10-29drm/nouveau: switch to new allocatorChristian König2-29/+2
2020-10-29drm/radeon: switch to new allocator v2Christian König1-38/+14
2020-10-29drm/amdgpu: switch to new allocator v2Christian König1-31/+14
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König9-22/+29
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König3-1/+671
2020-10-29drm: xlnx: Use dma_request_chan for DMA channel requestPeter Ujfalusi1-3/+1
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye1-1/+1
2020-10-28fbdev/atafb: Remove unused extern variablesPeilin Ye1-8/+0
2020-10-27drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann1-2/+2
2020-10-27matroxfb: avoid -Warray-bounds warningArnd Bergmann1-6/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König14-125/+103
2020-10-26drm/ttm: make num_pages uint32_tChristian König3-8/+8
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König3-16/+8
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König6-13/+7
2020-10-23drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+1
2020-10-23video: fbdev: fix divide error in fbcon_switchSaeed Mirzamohammadi1-1/+2
2020-10-22drm/ttm: remove overlapping memcpy supportDave Airlie1-16/+3
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard1-17/+8
2020-10-22drm: document that user-space should avoid parsing EDIDsSimon Ser1-0/+5
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie7-12/+39
2020-10-22drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie1-5/+3
2020-10-21drm: Give irq_by_busid drm_legacy_ prefixDaniel Vetter3-8/+8
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie6-22/+23
2020-10-21drm/ttm: drop move notify around move.Dave Airlie7-40/+78
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie2-27/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie6-16/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie5-34/+26
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie1-3/+1
2020-10-21drm/ttm: move some move binds into the driversDave Airlie4-8/+21
2020-10-20drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin1-0/+1
2020-10-20drm/komeda: Drop local dma_parmsRobin Murphy2-4/+1
2020-10-20drm/vkms: fbdev emulation supportDaniel Vetter1-0/+2
2020-10-19drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie1-19/+0
2020-10-19drm/ttm: add move old to system to drivers.Dave Airlie5-11/+42
2020-10-19drm/ttm: use new move interface for known system->ttm movesDave Airlie4-4/+7
2020-10-19drm/ttm: split out the move to system from move ttm codeDave Airlie1-14/+25
2020-10-19drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2-20/+26
2020-10-19drm: panel: add TDO tl070wsh30 panel driverNeil Armstrong3-0/+262
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie1-8/+3
2020-10-19drm/hisilicon: Use the same style of variable type in hibmc_drm_drvTian Tao2-11/+10
2020-10-19drm/hisilicon: Use the same style of variable type in hibmc_drm_deTian Tao1-30/+29
2020-10-17drm/via: reduce no need mutex_lock areaBernard Zhao1-1/+1
2020-10-17drm/tve200: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-10-17drm/mcde: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-10-17drm/panel: simple: Add YTC700TLAG-05-201CJagan Teki1-0/+29
2020-10-17video: fbdev: fsl-diu-fb: remove unneeded variable 'res'Jason Yan1-2/+1
2020-10-17video: fbdev: sis: remove unneeded semicolonJason Yan1-7/+7