mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
drm/amd/display: Add additional pstate registers to HW state query
[WHY] These registers would be useful to know when debugging pstate issues. [HOW] Add additional registers to hw state query. Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Sung Lee <sunglee@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -690,6 +690,8 @@ struct dcn_hubp_state {
|
||||
uint32_t primary_surface_addr_hi;
|
||||
uint32_t primary_meta_addr_lo;
|
||||
uint32_t primary_meta_addr_hi;
|
||||
uint32_t uclk_pstate_force;
|
||||
uint32_t hubp_cntl;
|
||||
};
|
||||
|
||||
struct dcn10_hubp {
|
||||
|
||||
Reference in New Issue
Block a user