Home
last modified time | relevance | path

Searched refs:old_clk (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c601 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() local
606 if (old_clk) in dcn31_reset_hw_ctx_wrap()
607 old_clk->funcs->cs_power_down(old_clk); in dcn31_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c2156 struct clock_source *old_clk = pipe_ctx_old->clock_source; local
2190 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx,
2192 old_clk))
2193 old_clk->funcs->cs_power_down(old_clk);
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2269 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() local
2274 if (old_clk) in dcn20_reset_hw_ctx_wrap()
2275 old_clk->funcs->cs_power_down(old_clk); in dcn20_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c1636 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() local
1641 if (old_clk) in dcn10_reset_hw_ctx_wrap()
1642 old_clk->funcs->cs_power_down(old_clk); in dcn10_reset_hw_ctx_wrap()

Completed in 20 milliseconds