Home
last modified time | relevance | path

Searched refs:temp_pipe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c472 struct pipe_ctx *temp_pipe = &dml_ctx->v21.scratch.temp_pipe; in get_scaler_data_for_plane() local
474 memset(temp_pipe, 0, sizeof(struct pipe_ctx)); in get_scaler_data_for_plane()
480 temp_pipe->stream = pipe->stream; in get_scaler_data_for_plane()
481 temp_pipe->plane_state = pipe->plane_state; in get_scaler_data_for_plane()
482 temp_pipe->plane_res.scl_data.taps = pipe->plane_res.scl_data.taps; in get_scaler_data_for_plane()
483 temp_pipe->stream_res = pipe->stream_res; in get_scaler_data_for_plane()
484 temp_pipe->dsc_padding_params.dsc_hactive_padding = pipe->dsc_padding_params.dsc_hactive_padding; in get_scaler_data_for_plane()
485 temp_pipe->dsc_padding_params.dsc_htotal_padding = pipe->dsc_padding_params.dsc_htotal_padding; in get_scaler_data_for_plane()
486 temp_pipe->dsc_padding_params.dsc_pix_clk_100hz = pipe->dsc_padding_params.dsc_pix_clk_100hz; in get_scaler_data_for_plane()
487 dml_ctx->config.callbacks.build_scaling_params(temp_pipe); in get_scaler_data_for_plane()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1381 struct pipe_ctx *temp_pipe; in dcn20_pipe_control_lock() local
1394 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()
1395 while (!flip_immediate && temp_pipe) { in dcn20_pipe_control_lock()
1396 if (temp_pipe->plane_state != NULL) in dcn20_pipe_control_lock()
1397 flip_immediate = temp_pipe->plane_state->flip_immediate; in dcn20_pipe_control_lock()
1398 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()
1407 temp_pipe = pipe; in dcn20_pipe_control_lock()
1408 while (temp_pipe) { in dcn20_pipe_control_lock()
1409 if (temp_pipe->plane_state && temp_pipe->plane_state->flip_immediate) { in dcn20_pipe_control_lock()
1411 if (!temp_pipe->plane_res.hubp->funcs->hubp_is_flip_pending(temp_pipe->plane_res.hubp)) in dcn20_pipe_control_lock()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h538 struct pipe_ctx temp_pipe; member