]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/psr: Add new SU area calculation helper to apply workarounds
authorJouni Högander <jouni.hogander@intel.com>
Thu, 26 Sep 2024 06:47:58 +0000 (09:47 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Tue, 8 Oct 2024 07:09:53 +0000 (10:09 +0300)
commitf3c25031bb321d8cef15ecd4df27d0f644a95193
tree56f362f7aec33e2eb6f8fb393c34b77b971a98ee
parente5ffdd866f9beb68d0e3b4d666b9980e459ab833
drm/i915/psr: Add new SU area calculation helper to apply workarounds

intel_psr2_sel_fetch_update is already quite long function. Now we are
about to add one more HW workaround. Let's split applying workarounds to
selective update area into a separate function.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240926064759.1313335-2-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c