Home
last modified time | relevance | path

Searched refs:allow_self_refresh_control (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/
Ddcn301_hubbub.c61 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h192 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow); member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
Ddcn20_hubbub.c626 hubbub->funcs->allow_self_refresh_control(hubbub, !hubbub->ctx->dc->debug.disable_stutter); in hubbub2_program_watermarks()
672 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
Ddcn31_hwseq.c212 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn31_init_hw()
213 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn31_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
Ddcn30_hubbub.c452 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_hwseq.c718 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn30_init_hw()
719 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn30_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/
Ddcn35_hubbub.c579 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c898 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_bios_golden_init()
901 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_bios_golden_init()
1632 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn10_init_hw()
1633 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn10_init_hw()
3418 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter); in dcn10_update_pending_status()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.c239 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn35_init_hw()
240 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn35_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/
Ddcn21_hubbub.c702 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn10/
Ddcn10_hubbub.c940 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_hwseq.c873 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn32_init_hw()
874 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn32_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c327 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control) in dcn401_init_hw()
328 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, in dcn401_init_hw()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/
Ddcn31_hubbub.c1065 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
Ddcn32_hubbub.c998 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
Ddcn401_hubbub.c1205 .allow_self_refresh_control = hubbub1_allow_self_refresh_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c2327 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false); in dcn20_post_unlock_program_front_end()