This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 929d931f2b40 Merge tag 'devicetree-fixes-for-5.13-3' of git://git.kerne [...] new 45f56690051c drm/msm: Init mm_list before accessing it for use_vram path new 408434036958 drm/msm/a6xx: update/fix CP_PROTECT initialization new b4387eaf3821 drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650 new ce86c239e4d2 drm/msm/a6xx: avoid shadow NULL reference in failure path new 170b763597d3 drm/msm/dsi: Stash away calculated vco frequency on recalc new 43f44f5bd197 Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.fre [...] new 9bf3797796f5 drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device new 2d2ddb589d59 drm/ttm: fix deref of bo->ttm without holding the lock v2 new 8a11e84b8056 drm/vc4: fix vc4_atomic_commit_tail() logic new b436acd1cf7f drm: Fix use-after-free read in drm_getunique() new c8a570443943 drm/mcde: Fix off by 10^3 in calculation new c336a5ee9847 drm: Lock pointer access in drm_master_release() new 750643a99e67 Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.fre [...] new 2a48b5911cf2 drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_create new b71a52f44725 drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FB new c247c021b13a drm/amdgpu: Fix incorrect register offsets for Sienna Cichlid new 924f41e52fd1 drm/amd/pm: Fix fall-through warning for Clang new ab8363d3875a radeon: use memcpy_to/fromio for UVD fw upload new 7de5c0d70c77 Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitla [...] new f21b807c3cf8 Merge tag 'drm-fixes-2021-06-11' of git://anongit.freedesk [...]
The 20 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/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 26 +++- .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c | 1 + drivers/gpu/drm/drm_auth.c | 3 +- drivers/gpu/drm/drm_ioctl.c | 9 +- drivers/gpu/drm/mcde/mcde_dsi.c | 2 +- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 155 +++++++++++++++------ drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 2 +- drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 1 + drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c | 1 + drivers/gpu/drm/msm/msm_gem.c | 7 + drivers/gpu/drm/radeon/radeon_uvd.c | 4 +- drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c | 31 ++++- drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h | 5 +- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 41 +++++- drivers/gpu/drm/ttm/ttm_bo.c | 5 +- drivers/gpu/drm/ttm/ttm_device.c | 8 +- drivers/gpu/drm/vc4/vc4_kms.c | 2 +- 19 files changed, 232 insertions(+), 79 deletions(-)