Hi Linus, Back from my trip physically, my jet lag is still strong however so mentally I'm probably a few more days away! This is the regular and hopefully last round of fixes for 6.3. Pretty small, a few amdgpu, one i915, one nouveau, one rockchip and one gpu scheduler fix. Dave. drm-fixes-2023-04-21: drm fixes for 6.3 final nouveau: - fix dma-resv timeout rockchip: - fix suspend/resume sched: - fix timeout handling i915: - Fix fast wake AUX sync len amdgpu: - GPU reset fix - DCN 3.1.5 line buffer fix - Display fix for single channel memory configs - Fix a possible divide by 0 The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026: Linux 6.3-rc7 (2023-04-16 15:23:53 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-04-21 for you to fetch changes up to 00a4bd000e78a3a898e60bdc13e2852c8044a38c: Merge tag 'amd-drm-fixes-6.3-2023-04-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2023-04-21 11:13:25 +1000) ---------------------------------------------------------------- drm fixes for 6.3 final nouveau: - fix dma-resv timeout rockchip: - fix suspend/resume sched: - fix timeout handling i915: - Fix fast wake AUX sync len amdgpu: - GPU reset fix - DCN 3.1.5 line buffer fix - Display fix for single channel memory configs - Fix a possible divide by 0 ---------------------------------------------------------------- Alan Liu (1): drm/amdgpu: Fix desktop freezed after gpu-reset Alex Hung (1): drm/amd/display: fix a divided-by-zero error Daniel Miess (1): drm/amd/display: limit timing for single dimm memory Dave Airlie (3): Merge tag 'drm-misc-fixes-2023-04-20-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge tag 'drm-intel-fixes-2023-04-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'amd-drm-fixes-6.3-2023-04-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Dmytro Laktyushkin (1): drm/amd/display: set dcn315 lb bpp to 48 John Ogness (1): drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout() Sascha Hauer (2): drm/rockchip: vop2: fix suspend/resume drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume Ville Syrjälä (1): drm/i915: Fix fast wake AUX sync len Vitaly Prosyak (1): drm/sched: Check scheduler ready before calling timeout handling drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 3 +++ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 17 ++++++++++++++--- .../gpu/drm/amd/display/dc/dcn314/dcn314_resource.c | 20 ++++++++++++++++++++ drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 2 +- .../drm/amd/display/modules/power/power_helpers.c | 4 ++++ drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 18 ++++++++++++------ drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 4 ++++ drivers/gpu/drm/scheduler/sched_main.c | 3 ++- 9 files changed, 61 insertions(+), 12 deletions(-)