]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/psr: Enable Panel Replay on sink always when it's supported
authorJouni Högander <jouni.hogander@intel.com>
Thu, 9 Jan 2025 10:35:30 +0000 (12:35 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Tue, 21 Jan 2025 09:55:34 +0000 (11:55 +0200)
commit68f3a505b367656a2db05406a62dc43fb0c50034
tree760fb2de98ae36cb6df43048364e88de40445063
parenta20dea718fca0a474ad5773bdc6504d6f5727322
drm/i915/psr: Enable Panel Replay on sink always when it's supported

Currently we are configuring Panel Replay on sink when it get's
enabled. This means we need to do full modeset when enabling Panel
Replay. This is required as DP specification is saying sink Panel Replay
needs to be configured before link training. Avoid full modeset by enabling
Panel Replay on sink always when it's supported by the sink and the
source.

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/20250109103532.2093356-3-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c