Hi Dave and Daniel, Nothing that big for this round, but a couple targeting stable. Here goes drm-intel-fixes-2022-09-15: - Revert a display patch around max DP source rate now that the proper WaEdpLinkRateDataReload is in place. (Ville) - Fix perf limit reasons bit position. (Ashutosh) - Fix unclaimmed mmio registers on suspend flow with GuC. (Umesh) - A vma_move_to_active fix for a regression with video decoding. (Nirmoy) - DP DSP fix. (Ankit) Thanks, Rodrigo. The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf: Linux 6.0-rc5 (2022-09-11 16:22:01 -0400) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-09-15 for you to fetch changes up to 8787f6fab41380189865f5751c0f15b0c298b923: Revert "drm/i915/display: Re-add check for low voltage sku for max dp source rate" (2022-09-12 10:00:47 -0400) ---------------------------------------------------------------- - Revert a display patch around max DP source rate now that the proper WaEdpLinkRateDataReload is in place. (Ville) - Fix perf limit reasons bit position. (Ashutosh) - Fix unclaimmed mmio registers on suspend flow with GuC. (Umesh) - A vma_move_to_active fix for a regression with video decoding. (Nirmoy) - DP DSP fix. (Ankit) ---------------------------------------------------------------- Ankit Nautiyal (1): drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC Ashutosh Dixit (1): drm/i915/gt: Fix perf limit reasons bit positions Nirmoy Das (1): drm/i915: Set correct domains values at _i915_vma_move_to_active Umesh Nerlige Ramappa (1): drm/i915/guc: Cancel GuC engine busyness worker synchronously Ville Syrjälä (1): Revert "drm/i915/display: Re-add check for low voltage sku for max dp source rate" drivers/gpu/drm/i915/display/icl_dsi.c | 2 ++ drivers/gpu/drm/i915/display/intel_dp.c | 33 +++-------------------- drivers/gpu/drm/i915/display/intel_vdsc.c | 1 - drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 7 ++++- drivers/gpu/drm/i915/i915_reg.h | 16 +++++------ drivers/gpu/drm/i915/i915_vma.c | 3 ++- 6 files changed, 22 insertions(+), 40 deletions(-)