aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_getparam.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-22drm/exynos: drop the use of label from exynos_dsi_register_te_irqInki Dae1-4/+3
2021-12-22drm/exynos: remove useless type conversionBernard Zhao1-2/+2
2021-12-22drm/exynos: Implement mmap as GEM object functionThomas Zimmermann4-68/+13
2021-12-22drm/exynos: Replace legacy gpio interface for gpiod interfaceMaĆ­ra Canal1-28/+14
2021-12-20drm/etnaviv: limit submit sizesLucas Stach1-0/+6
2021-12-16drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2021-12-16gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2021-12-16drm/tegra: Consolidate runtime PM management of older UAPI codepathDmitry Osipenko5-43/+14
2021-12-16drm/tegra: submit: Remove pm_runtime_enabled() checksDmitry Osipenko1-10/+6
2021-12-16drm/tegra: nvdec: Stop channel on suspendDmitry Osipenko1-11/+18
2021-12-16drm/tegra: vic: Stop channel on suspendDmitry Osipenko1-18/+18
2021-12-16drm/tegra: gr3d: Support generic power domain and runtime PMDmitry Osipenko1-58/+305
2021-12-16drm/tegra: gr2d: Support generic power domain and runtime PMDmitry Osipenko1-36/+148
2021-12-16drm/tegra: hdmi: Add OPP supportDmitry Osipenko1-4/+11
2021-12-16drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko2-0/+81
2021-12-16drm/tegra: submit: Add missing pm_runtime_mark_last_busy()Dmitry Osipenko1-1/+3
2021-12-16gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko2-0/+9
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko6-56/+164
2021-12-16drm/tegra: vic: Handle tegra_drm_alloc() failureThierry Reding1-0/+2
2021-12-16gpu: host1x: Add missing DMA API includeRobin Murphy1-0/+1
2021-12-16drm/tegra: vic: Fix DMA API misuseRobin Murphy1-4/+3
2021-12-16drm/tegra: hdmi: Register audio CODEC on Tegra20Dmitry Osipenko2-11/+145
2021-12-16drm/tegra: hdmi: Unwind tegra_hdmi_init() errorsDmitry Osipenko1-3/+12
2021-12-16drm/tegra: Mark nvdec PM functions as __maybe_unusedArnd Bergmann1-2/+2
2021-12-16drm/tegra: Mark nvdec_writel() as inlineArnd Bergmann1-1/+2
2021-12-16drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko3-12/+65
2021-12-16drm/tegra: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-12-16drm/tegra: vic: Use autosuspendMikko Perttunen1-0/+2
2021-12-16drm/tegra: gr2d: Explicitly control module resetThierry Reding1-2/+31
2021-12-16gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann1-0/+1
2021-12-16gpu: host1x: Drop excess kernel-doc entry @keyRandy Dunlap1-1/+0
2021-12-16drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko2-4/+6
2021-12-16drm/tegra: Bump VIC/NVDEC clock rates to FmaxMikko Perttunen2-0/+12
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen6-1/+491
2021-12-16drm/tegra: Support asynchronous commits for cursorThierry Reding1-4/+76
2021-12-16drm/tegra: Propagate errors from drm_gem_plane_helper_prepare_fb()Thierry Reding1-1/+4
2021-12-16drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding1-2/+2
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding9-17/+141
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding9-288/+268
2021-12-16soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()Dmitry Osipenko1-0/+15
2021-12-16soc/tegra: Enable runtime PM during OPP state-syncingDmitry Osipenko1-0/+25
2021-12-16drm/bridge: ti-sn65dsi86: Set max register for regmapStephen Boyd1-0/+1
2021-12-16drm/ast: Move I2C code into separate source fileThomas Zimmermann4-129/+156
2021-12-16drm/ast: Convert I2C code to managed cleanupThomas Zimmermann1-20/+16
2021-12-16drm/ast: Handle failed I2C initialization gracefullyThomas Zimmermann1-7/+10
2021-12-16drm/vc4: plane: Add support for YUV color encodings and rangesDave Stevenson2-8/+82
2021-12-16drm/vc4: plane: Add support for DRM_FORMAT_P030Dave Stevenson1-31/+96
2021-12-16drm/fourcc: Add packed 10bit YUV 4:2:0 formatDave Stevenson2-0/+14
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin1-2/+2
2021-12-16drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin2-0/+67