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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 2093 struct pipe_ctx *pipe_ctx_old = local in function:dcn20_reset_hw_ctx_wrap
2097 if (!pipe_ctx_old->stream)
2100 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe)
2104 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
2105 struct clock_source *old_clk = pipe_ctx_old->clock_source;
2107 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1276 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. local in function:dce110_enable_stream_timing
1280 if (!pipe_ctx_old->stream) {
1314 if (!pipe_ctx_old->stream) {
1879 struct pipe_ctx *pipe_ctx_old = local in function:dce110_reset_hw_ctx_wrap
1889 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe)
1893 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
1894 struct clock_source *old_clk = pipe_ctx_old->clock_source;
1900 core_link_disable_stream(pipe_ctx_old);
1903 if (pipe_ctx_old->stream_res.audio)
2043 struct pipe_ctx *pipe_ctx_old = local in function:dce110_apply_ctx_to_hw
2068 struct pipe_ctx *pipe_ctx_old = local in function:dce110_apply_ctx_to_hw
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 1380 struct pipe_ctx *pipe_ctx_old = local in function:dcn10_reset_hw_ctx_wrap
1384 if (!pipe_ctx_old->stream)
1387 if (pipe_ctx_old->top_pipe)
1391 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) {
1392 struct clock_source *old_clk = pipe_ctx_old->clock_source;
1394 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state);

Completed in 17 milliseconds