summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-09-16drm/sun4i: dsi: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+6
2021-09-15drm/v3d: fix wait for TMU write combiner flushIago Toral Quiroga1-2/+2
2021-09-15drm/sched: fix the bug of time out calculation(v4)Monk Liu1-17/+9
2021-09-15drm/ttm: fix the type mismatch error on sparc64Huang Rui1-1/+2
2021-09-15drm/bochs: add Bochs PCI ID for Simics modelH. Peter Anvin (Intel)1-0/+8
2021-09-15drm/qxl: User page size macro for qxl release bobibo mao1-2/+2
2021-09-14drm/vc4: dsi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-24/+4
2021-09-14drm/vc4: dpi: Switch to devm_drm_of_get_bridgeMaxime Ripard1-11/+4
2021-09-14drm/bridge: Add a function to abstract away panelsMaxime Ripard2-4/+40
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard638-14121/+28833
2021-09-13drm/ttm: Try to check if new ttm man out of bounds during compilexinhui pan1-4/+4
2021-09-13drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2-5/+2
2021-09-12drm/panel-orientation-quirks: add Valve Steam DeckSimon Ser1-0/+7
2021-09-12drm: panel-orientation-quirks: Add quirk for the Chuwi HiBookHans de Goede1-0/+8
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds37-129/+221
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan1-3/+3
2021-09-09drm/panel-simple: Reorder logicpd_type_28 / mitsubishi_aa070mc01Douglas Anderson1-13/+13
2021-09-09drm/stm: ltdc: add layer alpha supportRaphael Gallais-Pou1-1/+3
2021-09-09drm/stm: ltdc: attach immutable zpos property to planesRaphael Gallais-Pou1-0/+3
2021-09-09drm/ttm: add some general module kerneldocChristian König1-0/+12
2021-09-09Merge tag 'drm-misc-next-fixes-2021-09-03' of git://anongit.freedesktop.org/d...Dave Airlie6-26/+18
2021-09-09Merge tag 'amd-drm-next-5.15-2021-09-01' of https://gitlab.freedesktop.org/ag...Dave Airlie29-94/+198
2021-09-07drm/mcde: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2-6/+2
2021-09-07drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fenceBoris Brezillon2-10/+19
2021-09-06drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other h...Stephen Rothwell1-1/+1
2021-09-05drm/panel: otm8009a: add a 60 fps modeRaphael GALLAIS-POU - foss1-29/+56
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-4/+2
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König3-56/+56
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-30/+21
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-4/+4
2021-09-02dma-buf: nuke DMA_FENCE_TRACE macros v2Christian König3-45/+7
2021-09-02drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-02panfrost: Don't cleanup the job if it was successfully queuedBoris Brezillon1-9/+10
2021-09-01drm/amdkfd: drop process ref count when xnack disableAlex Sierra1-1/+2
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds996-34274/+58156
2021-09-01drm/ttm: Clear all DMA mappings on demandAndrey Grodzovsky1-0/+47
2021-09-01drm/sun4i: Fix macros in sun8i_csc.hJernej Skrabec1-2/+2
2021-09-01drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing8-24/+8
2021-09-01drm/vc4: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-4/+2
2021-08-31drm/amdgpu: enable more pm sysfs under SRIOV 1-VF modeJiawei Gu1-4/+4
2021-08-31drm/amdgpu: fix fdinfo race with process exitPhilip Yang1-2/+9
2021-08-31drm/amdgpu: Fix a deadlock if previous GEM object allocation failsxinhui pan1-13/+10
2021-08-31drm/amdgpu: stop scheduler when calling hw_fini (v2)Guchun Chen1-0/+8
2021-08-31drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements1-5/+25
2021-08-31drm/amd/display: Initialize lt_settings on instantiationMichael Strauss1-3/+3
2021-08-31drm/amd/display: cleanup idents after a revertAngus Wang1-1/+1
2021-08-31drm/amd/display: Fix memory leak reported by coverityAnson Jacob1-1/+5
2021-08-31drm: adv7511: Convert to SPDX identifierCai Huoqing1-14/+1
2021-08-31drm/bridge: cdns: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing1-3/+1