Hi Dave & Daniel, Here are the gpu/gem bits for v6.2. Dmitry already sent a separate pull request[1] for the display bits. Summary below and in tag. [1] https://patchwork.kernel.org/project/dri-devel/patch/20221126102141.721353-1-dmitry.baryshkov@xxxxxxxxxx/ The following changes since commit 7f7a942c0a338c4a2a7b359bdb2b68e9896122ec: Merge tag 'drm-next-20221025' of git://linuxtv.org/pinchartl/media into drm-next (2022-10-27 14:44:15 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-next-2022-11-28 for you to fetch changes up to d73b1d02de0858b96f743e1e8b767fb092ae4c1b: drm/msm: Hangcheck progress detection (2022-11-17 10:39:12 -0800) ---------------------------------------------------------------- msm-next for v6.2 (the gpu/gem bits) - Remove exclusive-fence hack that caused over-synchronization - Fix speed-bin detection vs. probe-defer - Enable clamp_to_idle on 7c3 - Improved hangcheck detection ---------------------------------------------------------------- Rob Clark (6): drm/msm: Remove exclusive-fence hack drm/msm/a6xx: Fix speed-bin detection vs probe-defer drm/msm: Enable clamp_to_idle for 7c3 drm/msm: Enable unpin/eviction by default drm/msm/adreno: Simplify read64/write64 helpers drm/msm: Hangcheck progress detection drivers/gpu/drm/msm/adreno/a4xx_gpu.c | 3 +- drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 27 ++++------ drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 +- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 84 ++++++++++++++++++----------- drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c | 3 +- drivers/gpu/drm/msm/msm_drv.c | 1 - drivers/gpu/drm/msm/msm_drv.h | 8 ++- drivers/gpu/drm/msm/msm_gem_shrinker.c | 2 +- drivers/gpu/drm/msm/msm_gem_submit.c | 3 +- drivers/gpu/drm/msm/msm_gpu.c | 31 ++++++++++- drivers/gpu/drm/msm/msm_gpu.h | 22 +++++--- drivers/gpu/drm/msm/msm_ringbuffer.h | 28 ++++++++++ 12 files changed, 150 insertions(+), 66 deletions(-)