drm/amd/display: read invalid ddc pin status cause engine busy
authorPaul Hsieh <Paul.Hsieh@amd.com>
Thu, 24 Nov 2022 05:03:26 +0000 (13:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2022 15:16:24 +0000 (10:16 -0500)
commit8747075f54fa0c5d30fcc48e5149c19c02641fa8
tree48ce7caf8d59d400f16e7e7b3fa0c3092d59644c
parent2a2acdd7f84fe97ef9c74dd4da99b67b61a97521
drm/amd/display: read invalid ddc pin status cause engine busy

[Why]
There is no DDC_6 pin on new asic cause the mapping table is
incorrect. When app try to access DDC_VGA port, driver read
an invalid ddc pin status and report engine busy.

[How]
Add dummy DDC_6 pin to align gpio structure.

Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Paul Hsieh <Paul.Hsieh@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/gpio/dcn32/hw_factory_dcn32.c