drm/amd/display: always apply T7/T9 delay logic
authorMartin Leung <martin.leung@amd.com>
Tue, 28 Jan 2020 16:58:44 +0000 (11:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Feb 2020 16:49:29 +0000 (11:49 -0500)
commitcb8348fec250e517b5facb4cab3125ddc597f9aa
treeb9b62e56c5e4d2cf766bf343c786102e61336da4
parent3b4a18a355d22858a57637dfd98004b94168ae34
drm/amd/display: always apply T7/T9 delay logic

[why]
before we exit early in edp_reciever_ready if we detect that panel
is not edp or below rev 1.2. This will skip the backlight/t7 delay panel
patch.

[how]
edit logic to ensure panel patch is applied regardless of edp rev.

Signed-off-by: Martin Leung <martin.leung@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c