mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
drm/amd/display: PSR Aux Channel and Static Screen Support Fix
- Correct the aux channel selection according to DAL3 Signed-off-by: Amy Zhang <Amy.Zhang@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -1482,8 +1482,6 @@ bool dc_link_setup_psr(const struct dc_link *dc_link,
|
||||
sizeof(psr_configuration.raw));
|
||||
|
||||
psr_context.channel = link->ddc->ddc_pin->hw_info.ddc_channel;
|
||||
if (psr_context.channel == 0)
|
||||
psr_context.channel = 1;
|
||||
psr_context.transmitterId = link->link_enc->transmitter;
|
||||
psr_context.engineId = link->link_enc->preferred_engine;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user