Searched refs:allow_self_refresh_control (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_hubbub.c | 61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | dchubbub.h | 155 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A 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,
|
A D | dcn20_hwseq.c | 1804 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hwseq.c | 248 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn31_init_hw() 249 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
|
A D | dcn31_hubbub.c | 959 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_hubbub.c | 449 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
A D | dcn30_hwseq.c | 581 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw() 582 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_hw_sequencer.c | 835 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init() 838 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init() 1518 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw() 1519 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw() 3234 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
|
A D | dcn10_hubbub.c | 942 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_hubbub.c | 702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
|
Completed in 25 milliseconds