This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7ee022567bf9 Merge tag 'perf-tools-fixes-for-v5.17-2022-02-24' of git:/ [...] new e40945ab7c7f drm/vc4: hdmi: Unregister codec device on unbind new 6764eb690e77 drm/vc4: crtc: Fix runtime_pm reference counting new 1aae05754fca drm/imx/dcss: i.MX8MQ DCSS select DRM_GEM_CMA_HELPER new f762ce78897d drm/radeon: fix variable type new ecbd4912a693 drm/edid: Always set RGB444 new 753a64c77990 Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.fre [...] new 22d7ee32f1fb gpu: host1x: Fix hang on Tegra186+ new 184b58fa816f gpu: host1x: Always return syncpoint value when waiting new 16693c1b2d98 drm/tegra: Fix cast to restricted __le32 new 8913e1aea4b3 drm/tegra: dpaux: Populate AUX bus new 0c3127933cb5 Merge tag 'drm/tegra/for-5.17-rc6' of https://gitlab.freed [...] new 1432108d00e4 drm/amd/display: Protect update_bw_bounding_box FPU code. new f626dd0ff050 drm/amdgpu: disable MMHUB PG for Picasso new e3f3824874da drm/amd/pm: fix some OEM SKU specific stability issues new 4d22336f9039 drm/amd/display: For vblank_disable_immediate, check PSR i [...] new 7294863a6f01 drm/amd: Check if ASPM is enabled from PCIe subsystem new 3743e7f6fcb9 drm/amd/display: Fix stream->link_enc unassigned during st [...] new 1e2be869c8a7 drm/amdgpu: do not enable asic reset for raven2 new 97c61e0b7c59 Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()" new e2b993302f40 drm/amdgpu: bypass tiling flag check in virtual display case (v2) new c1a66c3bc425 drm/amdgpu: check vm ready by amdgpu_vm->evicting flag new 7c17b3d37f1f Merge tag 'amd-drm-fixes-5.17-2022-02-23' of https://gitla [...] new 3f33364836aa drm/i915: Widen the QGV point mask new a40ee54e9a09 drm/i915: Disconnect PHYs left connected by BIOS on disabl [...] new afc189df6bcc drm/i915: Correctly populate use_sagv_wm for all pipes new ec663bca9128 drm/i915: Fix bw atomic check when switching between SAGV [...] new 28adef861233 drm/i915/dg2: Print PHY name properly on calibration error new ecf8a99f4807 Merge tag 'drm-intel-fixes-2022-02-24' of git://anongit.fr [...] new 5ee3d0015a4c Merge tag 'drm-fixes-2022-02-25' of git://anongit.freedesk [...] new 3494894afff4 clk: qcom: gcc-msm8994: Remove NoC clocks new 2f0754f27a23 clk: jz4725b: fix mmc0 clock gating new 53ab78cd6d5a Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/clk/ingenic/jz4725b-cgu.c | 3 +- drivers/clk/qcom/gcc-msm8994.c | 106 ++------------------- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 9 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 9 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 17 ++-- .../amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c | 2 + drivers/gpu/drm/amd/display/dc/core/dc.c | 7 +- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 4 - .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 32 ++++++- drivers/gpu/drm/drm_edid.c | 2 +- drivers/gpu/drm/i915/display/intel_bw.c | 18 +++- drivers/gpu/drm/i915/display/intel_bw.h | 8 +- drivers/gpu/drm/i915/display/intel_snps_phy.c | 2 +- drivers/gpu/drm/i915/display/intel_tc.c | 26 +++-- drivers/gpu/drm/i915/intel_pm.c | 22 ++--- drivers/gpu/drm/imx/dcss/Kconfig | 1 + drivers/gpu/drm/radeon/radeon_uvd.c | 8 +- drivers/gpu/drm/tegra/Kconfig | 1 + drivers/gpu/drm/tegra/dpaux.c | 7 ++ drivers/gpu/drm/tegra/falcon.c | 2 +- drivers/gpu/drm/vc4/vc4_crtc.c | 8 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 8 ++ drivers/gpu/drm/vc4/vc4_hdmi.h | 1 + drivers/gpu/host1x/syncpt.c | 35 ++----- 27 files changed, 166 insertions(+), 180 deletions(-)