summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c
diff options
context:
space:
mode:
authorJosip Pavic <Josip.Pavic@amd.com>2021-06-21 12:17:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-07-21 13:39:25 -0400
commit98e95e4f7996a60ee44ca6d8ab7f280e4bf7d618 (patch)
tree1463d507661f04ac6665eb6e9ebdac060d6f424c /drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c
parent97b9c006f153fc129fef60fbd91021c8aaf8697f (diff)
downloadlinux-stable-98e95e4f7996a60ee44ca6d8ab7f280e4bf7d618.tar.gz
linux-stable-98e95e4f7996a60ee44ca6d8ab7f280e4bf7d618.tar.bz2
linux-stable-98e95e4f7996a60ee44ca6d8ab7f280e4bf7d618.zip
drm/amd/display: log additional register state for debug
[Why & How] Extend existing state collection functions to add some additional registers useful for debug, and add state collection function for DC hubbub Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Josip Pavic <Josip.Pavic@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c b/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c
index b0c9180b808f..3de1bcf9b3d8 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c
@@ -833,7 +833,7 @@ static struct hubp_funcs dcn21_hubp_funcs = {
.dmdata_set_attributes = hubp2_dmdata_set_attributes,
.dmdata_load = hubp2_dmdata_load,
.dmdata_status_done = hubp2_dmdata_status_done,
- .hubp_read_state = hubp1_read_state,
+ .hubp_read_state = hubp2_read_state,
.hubp_clear_underflow = hubp1_clear_underflow,
.hubp_set_flip_control_surface_gsl = hubp2_set_flip_control_surface_gsl,
.hubp_init = hubp21_init,