]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/psr: Detect panel replay selective update support
authorJouni Högander <jouni.hogander@intel.com>
Fri, 10 May 2024 09:38:17 +0000 (12:38 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 15 May 2024 07:56:27 +0000 (10:56 +0300)
commit3a745dfc715c50d57e52be744c05c66d65853e94
treee4e58284834b5017a66d0dfa518b435a0d6b8d2d
parent4b526132cce81cd2430d6548ea031b364538c5c0
drm/i915/psr: Detect panel replay selective update support

Add new boolean to store panel replay selective update support of sink into
intel_psr struct.  Detect panel replay selective update support and store
it into this new boolean.

v3: Clear sink_panel_replay_su_support in intel_dp_detect
v2: Merge adding new boolean into this patch

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240510093823.3146455-7-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_psr.c