Home
last modified time | relevance | path

Searched refs:pipe_ctx_old (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5356 struct pipe_ctx *pipe_ctx_old, in pipe_need_reprogram() argument
5359 if (!pipe_ctx_old->stream) in pipe_need_reprogram()
5362 if (pipe_ctx_old->stream->sink != pipe_ctx->stream->sink) in pipe_need_reprogram()
5365 if (pipe_ctx_old->stream->signal != pipe_ctx->stream->signal) in pipe_need_reprogram()
5368 if (pipe_ctx_old->stream_res.audio != pipe_ctx->stream_res.audio) in pipe_need_reprogram()
5371 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source in pipe_need_reprogram()
5372 && pipe_ctx_old->stream != pipe_ctx->stream) in pipe_need_reprogram()
5375 if (pipe_ctx_old->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc) in pipe_need_reprogram()
5378 if (dc_is_timing_changed(pipe_ctx_old->stream, pipe_ctx->stream)) in pipe_need_reprogram()
5381 if (pipe_ctx_old->stream->dpms_off != pipe_ctx->stream->dpms_off) in pipe_need_reprogram()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn60/
H A Ddcn60_hwseq.c478 struct pipe_ctx *pipe_ctx_old = in dcn60_apply_ctx_to_hw() local
485 if (pipe_ctx->stream == pipe_ctx_old->stream) { in dcn60_apply_ctx_to_hw()
486 if (pipe_ctx_old->clock_source != pipe_ctx->clock_source) in dcn60_apply_ctx_to_hw()
504 struct pipe_ctx *pipe_ctx_old = in dcn60_apply_ctx_to_hw() local
511 if (pipe_ctx->stream == pipe_ctx_old->stream && in dcn60_apply_ctx_to_hw()
516 if (pipe_ctx_old->stream && !pipe_need_reprogram(pipe_ctx_old, pipe_ctx)) in dcn60_apply_ctx_to_hw()