diff options
| author | Dillon Varone <[email protected]> | 2024-10-11 17:51:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-10-28 20:32:35 +0000 |
| commit | c6df6213a95fa9674cc48d77042141942dd0809b (patch) | |
| tree | 74d185fdc99e3af946fda352eb2bc739218c340c /drivers/gpu/drm/amd/display/dc/inc/hw | |
| parent | drm/amd/display: Add a boot option to reduce phy ssc for HBR3 (diff) | |
| download | kernel-c6df6213a95fa9674cc48d77042141942dd0809b.tar.gz kernel-c6df6213a95fa9674cc48d77042141942dd0809b.zip | |
drm/amd/display: Add P-State Stall Timeout Recovery Support for dcn401
[WHY&HOW]
Adds support for P-State stall timeout detection in DCHUBBUB.
Reviewed-by: Alvin Lee <[email protected]>
Signed-off-by: Dillon Varone <[email protected]>
Signed-off-by: Tom Chung <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h index 67c32401893e..6c1d41c0f099 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h @@ -228,6 +228,7 @@ struct hubbub_funcs { void (*program_det_segments)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_seg); void (*program_compbuf_segments)(struct hubbub *hubbub, unsigned compbuf_size_seg, bool safe_to_increase); void (*wait_for_det_update)(struct hubbub *hubbub, int hubp_inst); + void (*program_timeout_thresholds)(struct hubbub *hubbub, struct dml2_display_arb_regs *arb_regs); }; struct hubbub { |
