mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02: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:
parent
7c7f5b15be
commit
6848e9896b
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user