summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie2021-12-245-12/+42
|\
| * drm/etnaviv: consider completed fence seqno in hang checkLucas Stach2021-12-232-1/+4
| * drm/etnaviv: limit submit sizesLucas Stach2021-12-201-0/+6
| * drm/etnaviv: constify static struct cooling_opsRikard Falkeborn2021-12-011-1/+1
| * drm/etnaviv: use a 32 bit mask as coherent DMA maskMichael Walle2021-12-011-2/+18
| * drm/etnaviv: fix dma configuration of the virtual deviceMichael Walle2021-12-011-7/+12
| * drm/etnaviv: use PLATFORM_DEVID_NONEMichael Walle2021-12-011-1/+1
* | Merge tag 'exynos-drm-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2021-12-236-102/+32
|\ \
| * | drm/exynos: drop the use of label from exynos_dsi_register_te_irqInki Dae2021-12-221-4/+3
| * | drm/exynos: remove useless type conversionBernard Zhao2021-12-221-2/+2
| * | drm/exynos: Implement mmap as GEM object functionThomas Zimmermann2021-12-224-68/+13
| * | drm/exynos: Replace legacy gpio interface for gpiod interfaceMaĆ­ra Canal2021-12-221-28/+14
* | | Merge tag 'drm/tegra/for-5.17-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie2021-12-2331-483/+1944
|\ \ \
| * | | drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko2021-12-161-0/+15
| * | | gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko2021-12-161-0/+15
| * | | drm/tegra: Consolidate runtime PM management of older UAPI codepathDmitry Osipenko2021-12-165-43/+14
| * | | drm/tegra: submit: Remove pm_runtime_enabled() checksDmitry Osipenko2021-12-161-10/+6
| * | | drm/tegra: nvdec: Stop channel on suspendDmitry Osipenko2021-12-161-11/+18
| * | | drm/tegra: vic: Stop channel on suspendDmitry Osipenko2021-12-161-18/+18
| * | | drm/tegra: gr3d: Support generic power domain and runtime PMDmitry Osipenko2021-12-161-58/+305
| * | | drm/tegra: gr2d: Support generic power domain and runtime PMDmitry Osipenko2021-12-161-36/+148
| * | | drm/tegra: hdmi: Add OPP supportDmitry Osipenko2021-12-161-4/+11
| * | | drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko2021-12-162-0/+81
| * | | drm/tegra: submit: Add missing pm_runtime_mark_last_busy()Dmitry Osipenko2021-12-161-1/+3
| * | | gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko2021-12-161-0/+8
| * | | gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-166-56/+164
| * | | drm/tegra: vic: Handle tegra_drm_alloc() failureThierry Reding2021-12-161-0/+2
| * | | gpu: host1x: Add missing DMA API includeRobin Murphy2021-12-161-0/+1
| * | | drm/tegra: vic: Fix DMA API misuseRobin Murphy2021-12-161-4/+3
| * | | drm/tegra: hdmi: Register audio CODEC on Tegra20Dmitry Osipenko2021-12-162-11/+145
| * | | drm/tegra: hdmi: Unwind tegra_hdmi_init() errorsDmitry Osipenko2021-12-161-3/+12
| * | | drm/tegra: Mark nvdec PM functions as __maybe_unusedArnd Bergmann2021-12-161-2/+2
| * | | drm/tegra: Mark nvdec_writel() as inlineArnd Bergmann2021-12-161-1/+2
| * | | drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko2021-12-163-12/+65
| * | | drm/tegra: Remove duplicate struct declarationWan Jiabing2021-12-161-1/+0
| * | | drm/tegra: vic: Use autosuspendMikko Perttunen2021-12-161-0/+2
| * | | drm/tegra: gr2d: Explicitly control module resetThierry Reding2021-12-161-2/+31
| * | | gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann2021-12-161-0/+1
| * | | gpu: host1x: Drop excess kernel-doc entry @keyRandy Dunlap2021-12-161-1/+0
| * | | drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko2021-12-162-4/+6
| * | | drm/tegra: Bump VIC/NVDEC clock rates to FmaxMikko Perttunen2021-12-162-0/+12
| * | | drm/tegra: Add NVDEC driverMikko Perttunen2021-12-165-1/+489
| * | | drm/tegra: Support asynchronous commits for cursorThierry Reding2021-12-161-4/+76
| * | | drm/tegra: Propagate errors from drm_gem_plane_helper_prepare_fb()Thierry Reding2021-12-161-1/+4
| * | | drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding2021-12-161-2/+2
| * | | drm/tegra: Implement buffer object cacheThierry Reding2021-12-168-7/+98
| * | | drm/tegra: Implement correct DMA-BUF semanticsThierry Reding2021-12-168-278/+248
| * | | Merge branch 'tegra-for-5.17-soc-opp' of git://git.kernel.org/pub/scm/linux/k...Thierry Reding2021-12-161-0/+25
| |\ \ \
| | * | | soc/tegra: Enable runtime PM during OPP state-syncingDmitry Osipenko2021-12-161-0/+25
| | | |/ | | |/|
* | | | Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-12-23184-2175/+2675
|\ \ \ \ | |_|_|/ |/| | |