Searched refs:pipe_ctx_old (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| A D | dce110_hw_sequencer.c | 1469 if (!pipe_ctx_old->stream) { 1503 if (!pipe_ctx_old->stream) { 2141 struct pipe_ctx *pipe_ctx_old = local 2151 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) 2165 if (pipe_ctx_old->stream_res.audio) { 2181 pipe_ctx_old->stream_res.tg->funcs->set_blank(pipe_ctx_old->stream_res.tg, true); 2186 pipe_ctx_old->stream_res.tg->funcs->disable_crtc(pipe_ctx_old->stream_res.tg); 2197 pipe_ctx_old->stream = NULL; 2323 struct pipe_ctx *pipe_ctx_old = local 2348 struct pipe_ctx *pipe_ctx_old = local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_hwseq.c | 589 struct pipe_ctx *pipe_ctx_old = in dcn31_reset_hw_ctx_wrap() local 593 if (!pipe_ctx_old->stream) in dcn31_reset_hw_ctx_wrap() 596 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn31_reset_hw_ctx_wrap() 600 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn31_reset_hw_ctx_wrap() 601 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn31_reset_hw_ctx_wrap() 603 dcn31_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn31_reset_hw_ctx_wrap() 605 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_resource.c | 2809 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument 2812 if (!pipe_ctx_old->stream) in pipe_need_reprogram() 2815 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram() 2818 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram() 2824 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram() 2825 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram() 2831 if (is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram() 2837 if (false == pipe_ctx_old->stream->link->link_state_valid && in pipe_need_reprogram() 2838 false == pipe_ctx_old->stream->dpms_off) in pipe_need_reprogram() 2841 if (pipe_ctx_old->stream_res.dsc != pipe_ctx->stream_res.dsc) in pipe_need_reprogram() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | resource.h | 183 struct pipe_ctx *pipe_ctx_old,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| A D | dcn20_hwseq.c | 2257 struct pipe_ctx *pipe_ctx_old = in dcn20_reset_hw_ctx_wrap() local 2261 if (!pipe_ctx_old->stream) in dcn20_reset_hw_ctx_wrap() 2264 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe) in dcn20_reset_hw_ctx_wrap() 2268 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn20_reset_hw_ctx_wrap() 2269 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn20_reset_hw_ctx_wrap() 2271 dcn20_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn20_reset_hw_ctx_wrap() 2273 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer.c | 1624 struct pipe_ctx *pipe_ctx_old = in dcn10_reset_hw_ctx_wrap() local 1628 if (!pipe_ctx_old->stream) in dcn10_reset_hw_ctx_wrap() 1631 if (pipe_ctx_old->top_pipe) in dcn10_reset_hw_ctx_wrap() 1635 pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) { in dcn10_reset_hw_ctx_wrap() 1636 struct clock_source *old_clk = pipe_ctx_old->clock_source; in dcn10_reset_hw_ctx_wrap() 1638 dcn10_reset_back_end_for_pipe(dc, pipe_ctx_old, dc->current_state); in dcn10_reset_hw_ctx_wrap() 1640 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
|
Completed in 31 milliseconds