Hi Dave, The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: ssh://git.freedesktop.org/git/tegra/linux.git tags/drm/tegra/for-5.13-rc5 for you to fetch changes up to 671cc352acd3e2b2832b59787ed8027d9f80ccc9: drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT (2021-05-31 14:29:44 +0200) Thanks, Thierry ---------------------------------------------------------------- drm/tegra: Fixes for v5.13-rc5 The most important change here fixes a race condition that causes either HDA or (more frequently) display to malfunction because they race for enabling the SOR power domain at probe time. Other than that, there's a couple of build warnings for issues introduced in v5.13 as well as some minor fixes, such as reference leak plugs. ---------------------------------------------------------------- Dmitry Osipenko (1): drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT Lyude Paul (1): drm/tegra: Get ref for DP AUX channel, not its ddc adapter Nathan Chancellor (1): drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_update Pavel Machek (CIP) (1): drm/tegra: sor: Do not leak runtime PM reference Thierry Reding (3): gpu: host1x: Split up client initalization and registration drm/tegra: sor: Fully initialize SOR before registration drm/tegra: sor: Fix AUX device reference leak drivers/gpu/drm/tegra/drm.h | 2 +- drivers/gpu/drm/tegra/hub.c | 2 +- drivers/gpu/drm/tegra/sor.c | 70 +++++++++++++++++++++++++++------------------ drivers/gpu/host1x/bus.c | 30 +++++++++++++++---- include/linux/host1x.h | 30 +++++++++++++++---- 5 files changed, 92 insertions(+), 42 deletions(-)