Searched refs:allow_self_refresh_control (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_hubbub.c | 61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dchubbub.h | 157 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubbub.c | 604 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks() 639 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
D | dcn20_hwseq.c | 1912 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hwseq.c | 239 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn31_init_hw() 240 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
|
D | dcn31_hubbub.c | 1021 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_hubbub.c | 449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
D | dcn30_hwseq.c | 556 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw() 557 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_hwseq.c | 892 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn32_init_hw() 893 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn32_init_hw()
|
D | dcn32_hubbub.c | 937 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 833 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init() 836 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init() 1555 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw() 1556 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw() 3316 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
|
D | dcn10_hubbub.c | 940 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubbub.c | 702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|