Hi Dave, Daniel, An assortment of fixes for -rc5, mostly display and one for the TTM backend. Contains a merge of two trivial GVT fixes as well which came via GVT pull request. Regards, Tvrtko drm-intel-fixes-2022-02-17: - GVT kerneldoc cleanup. (Randy Dunlap) - GVT Kconfig should depend on X86. (Siva Mullati) - Prevent out of range access in SWSCI display code. (Jani Nikula) - Fix mbus join and dbuf slice config lookup. (Ville Syrjälä) - Fix inverted priority selection in the TTM backend. (Matthew Auld) - Fix FBC plane end Y offset check. (Ville Syrjälä) The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-02-17 for you to fetch changes up to 26ace8793aaefbcd0d6bb664573ded35c69cd6ef: drm/i915/fbc: Fix the plane end Y offset check (2022-02-14 09:52:56 +0000) ---------------------------------------------------------------- - GVT kerneldoc cleanup. (Randy Dunlap) - GVT Kconfig should depend on X86. (Siva Mullati) - Prevent out of range access in SWSCI display code. (Jani Nikula) - Fix mbus join and dbuf slice config lookup. (Ville Syrjälä) - Fix inverted priority selection in the TTM backend. (Matthew Auld) - Fix FBC plane end Y offset check. (Ville Syrjälä) ---------------------------------------------------------------- Jani Nikula (1): drm/i915/opregion: check port number bounds for SWSCI display power state Matthew Auld (1): drm/i915/ttm: tweak priority hint selection Randy Dunlap (1): drm/i915/gvt: clean up kernel-doc in gtt.c Siva Mullati (1): drm/i915/gvt: Make DRM_I915_GVT depend on X86 Tvrtko Ursulin (1): Merge tag 'gvt-fixes-2022-01-13' of https://github.com/intel/gvt-linux into drm-intel-fixes Ville Syrjälä (3): drm/i915: Fix dbuf slice config lookup drm/i915: Fix mbus join config lookup drm/i915/fbc: Fix the plane end Y offset check drivers/gpu/drm/i915/Kconfig | 1 + drivers/gpu/drm/i915/display/intel_fbc.c | 3 ++- drivers/gpu/drm/i915/display/intel_opregion.c | 15 +++++++++++++++ drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 6 ++---- drivers/gpu/drm/i915/gvt/gtt.c | 4 ++-- drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 6 files changed, 24 insertions(+), 9 deletions(-)