Hi Dave and Daniel, And this is our fixes targeting 6.5 (rc8?). I'm again covering for Tvrtko at this round. Please also notice that here we also have the drm patches fixing the HPD polling that I had mentioned in our next-fixes. One is the fix itself and the other is a dependency to add the helper to reschedule the poll work. Both patches also targeting stable 6.4+. drm-intel-fixes-2023-08-24: - Fix power consumption at s2idle on DG2 (Anshuman) - Fix documentation build warning (Jani) - Fix Display HPD (Imre) Thanks, Rodrigo. The following changes since commit 706a741595047797872e669b3101429ab8d378ef: Linux 6.5-rc7 (2023-08-20 15:02:52 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-08-24 for you to fetch changes up to 1dcc437427bbcebc8381226352f7ade08a271191: drm/i915: Fix HPD polling, reenabling the output poll work as needed (2023-08-23 17:10:57 -0400) ---------------------------------------------------------------- - Fix power consumption at s2idle on DG2 (Anshuman) - Fix documentation build warning (Jani) - Fix Display HPD (Imre) ---------------------------------------------------------------- Anshuman Gupta (1): drm/i915/dgfx: Enable d3cold at s2idle Imre Deak (2): drm: Add an HPD poll helper to reschedule the poll work drm/i915: Fix HPD polling, reenabling the output poll work as needed Jani Nikula (1): drm/i915: fix Sphinx indentation warning drivers/gpu/drm/drm_probe_helper.c | 68 +++++++++++++++++++--------- drivers/gpu/drm/i915/display/intel_hotplug.c | 4 +- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 + drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++------ include/drm/drm_probe_helper.h | 1 + 5 files changed, 69 insertions(+), 39 deletions(-)