drm/amd/display: fix missing reg offset
authorEric Yang <Eric.Yang2@amd.com>
Fri, 9 Jul 2021 21:11:34 +0000 (17:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Jul 2021 20:37:17 +0000 (16:37 -0400)
commitea2f15ff7eaf86d3e72b619d68397dabb8f404f7
treed3f262a6acad49d93f07ba5f653b73cf8f60ccc4
parent91a9ead069b8cc91e33cbfd61d95678ef2cf204c
drm/amd/display: fix missing reg offset

[Why]
Initializing was missing reg offsets for the dmcub test debug registers
causing assert

[How]
Add initialization

Reviewed-by: Kazlauskas Nicholas <Nicholas.Kazlauskas@amd.com>
Acked-by: Solomon Chiu <solomon.chiu@amd.com>
Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.c