Home
last modified time | relevance | path

Searched refs:dpp_root_clock_control (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h193 void (*dpp_root_clock_control)( member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c141 .dpp_root_clock_control = dcn314_dpp_root_clock_control,
H A Ddcn314_hwseq.c446 if (hws->ctx->dc->res_pool->dccg->funcs->dpp_root_clock_control) in dcn314_dpp_root_clock_control()
447 hws->ctx->dc->res_pool->dccg->funcs->dpp_root_clock_control( in dcn314_dpp_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c153 .dpp_root_clock_control = dcn35_dpp_root_clock_control,
H A Ddcn35_hwseq.c480 if (hws->ctx->dc->res_pool->dccg->funcs->dpp_root_clock_control) { in dcn35_dpp_root_clock_control()
481 hws->ctx->dc->res_pool->dccg->funcs->dpp_root_clock_control( in dcn35_dpp_root_clock_control()
1358 if (dc->hwseq->funcs.dpp_root_clock_control) in dcn35_root_clock_control()
1359 dc->hwseq->funcs.dpp_root_clock_control(dc->hwseq, i, power_on); in dcn35_root_clock_control()
1388 if (dc->hwseq->funcs.dpp_root_clock_control) in dcn35_root_clock_control()
1389 dc->hwseq->funcs.dpp_root_clock_control(dc->hwseq, i, power_on); in dcn35_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c148 .dpp_root_clock_control = dcn35_dpp_root_clock_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h117 void (*dpp_root_clock_control)( member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c358 .dpp_root_clock_control = dccg314_dpp_root_clock_control,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1271 if (hws->funcs.dpp_root_clock_control) in dcn20_power_on_plane_resources()
1272 hws->funcs.dpp_root_clock_control(hws, pipe_ctx->plane_res.dpp->inst, true); in dcn20_power_on_plane_resources()