Searched refs:old_clk (Results 1 – 4 of 4) sorted by relevance
601 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() local606 if (old_clk) in dcn31_reset_hw_ctx_wrap()607 old_clk->funcs->cs_power_down(old_clk); in dcn31_reset_hw_ctx_wrap()
2156 struct clock_source *old_clk = pipe_ctx_old->clock_source; local2190 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx,2192 old_clk))2193 old_clk->funcs->cs_power_down(old_clk);
2269 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() local2274 if (old_clk) in dcn20_reset_hw_ctx_wrap()2275 old_clk->funcs->cs_power_down(old_clk); in dcn20_reset_hw_ctx_wrap()
1636 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() local1641 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