drm/amd/display: fix mapping to non-allocated address[Why]There is an issue mapping non-allocated location of memory.It would allocate gpio registers from an array out of bounds.[How]Patch cor
drm/amd/display: fix mapping to non-allocated address[Why]There is an issue mapping non-allocated location of memory.It would allocate gpio registers from an array out of bounds.[How]Patch correct numbers of bounds for using.Tested-by: Daniel Wheeler <Daniel.Wheeler@amd.com>Reviewed-by: Martin Leung <Martin.Leung@amd.com>Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>Signed-off-by: Brandon Syu <Brandon.Syu@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
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 isincorrect. When app try to access DDC_VGA port, driver readan inval
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 isincorrect. When app try to access DDC_VGA port, driver readan 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>
drm/amd/display: Fix gpio port mapping issue[Why]1. Port of gpio has different mapping.[How]1. Add a dummy entry in mapping table.2. Fix incorrect mask bit field access.Reviewed-by: Alvin Le
drm/amd/display: Fix gpio port mapping issue[Why]1. Port of gpio has different mapping.[How]1. Add a dummy entry in mapping table.2. Fix incorrect mask bit field access.Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>Acked-by: Alan Liu <HaoPing.Liu@amd.com>Signed-off-by: Steve Su <steve.su@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: add GPIO changes for DCN32/321Add support for the GPIO changes for DCN3.2.x.Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Acked-by: Alex Deucher <alexander.deucher@a
drm/amd/display: add GPIO changes for DCN32/321Add support for the GPIO changes for DCN3.2.x.Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Acked-by: Alex Deucher <alexander.deucher@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>