drm/amd/display: Fix HDCP QUERY Error for eDP and Tiled
authorMustapha Ghaddar <mghaddar@amd.com>
Thu, 7 Apr 2022 13:29:16 +0000 (09:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Apr 2022 21:06:04 +0000 (17:06 -0400)
commit84ebd73e3281f7f2d7f637c8f28c63ab8754b3f2
treec5ec9228b2c76bbc8a7a07ced9d492f5797dc9ba
parent721af39f003668a86650a640b41439b7c145c52e
drm/amd/display: Fix HDCP QUERY Error for eDP and Tiled

[WHY]
For dio_output_encoder ID we are relying on SW concept which is
invisible to HW

[HOW]
Needed to create separate cases for when DPIA and non DPIA for
dio link encoder ID

Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: James Zhang <james.zhang@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Mustapha Ghaddar <mghaddar@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c