HomeSort by: relevance | last modified time | path
    Searched defs:old_clk (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 2105 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dcn20_reset_hw_ctx_wrap
2110 if (old_clk)
2111 old_clk->funcs->cs_power_down(old_clk);
amdgpu_dcn20_hwseq.c 2105 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dcn20_reset_hw_ctx_wrap
2110 if (old_clk)
2111 old_clk->funcs->cs_power_down(old_clk);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1894 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dce110_reset_hw_ctx_wrap
1928 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx,
1930 old_clk))
1931 old_clk->funcs->cs_power_down(old_clk);
amdgpu_dce110_hw_sequencer.c 1894 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dce110_reset_hw_ctx_wrap
1928 if (old_clk && 0 == resource_get_clock_source_reference(&context->res_ctx,
1930 old_clk))
1931 old_clk->funcs->cs_power_down(old_clk);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 1392 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dcn10_reset_hw_ctx_wrap
1397 if (old_clk)
1398 old_clk->funcs->cs_power_down(old_clk);
amdgpu_dcn10_hw_sequencer.c 1392 struct clock_source *old_clk = pipe_ctx_old->clock_source; local in function:dcn10_reset_hw_ctx_wrap
1397 if (old_clk)
1398 old_clk->funcs->cs_power_down(old_clk);

Completed in 34 milliseconds