Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c745 struct pipe_ctx *temp_pipe = &dml_ctx->v21.scratch.temp_pipe; in get_scaler_data_for_plane() local
747 memset(temp_pipe, 0, sizeof(struct pipe_ctx)); in get_scaler_data_for_plane()
753 temp_pipe->stream = pipe->stream; in get_scaler_data_for_plane()
754 temp_pipe->plane_state = pipe->plane_state; in get_scaler_data_for_plane()
755 temp_pipe->plane_res.scl_data.taps = pipe->plane_res.scl_data.taps; in get_scaler_data_for_plane()
756 temp_pipe->stream_res = pipe->stream_res; in get_scaler_data_for_plane()
757 temp_pipe->hblank_borrow = pipe->hblank_borrow; in get_scaler_data_for_plane()
758 dml_ctx->config.callbacks.build_scaling_params(temp_pipe); in get_scaler_data_for_plane()
764 return &temp_pipe->plane_res.scl_data; in get_scaler_data_for_plane()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1379 struct pipe_ctx *temp_pipe; in dcn20_pipe_control_lock() local
1392 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()
1396 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()
1405 temp_pipe = pipe; in dcn20_pipe_control_lock()
1406 while (temp_pipe) { in dcn20_pipe_control_lock()
1407 if (temp_pipe->plane_state && temp_pipe->plane_state->flip_immediate) { in dcn20_pipe_control_lock()
1409 if (!temp_pipe->plane_res.hubp->funcs->hubp_is_flip_pending(temp_pipe->plane_res.hubp)) in dcn20_pipe_control_lock()
1417 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()
1432 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()
1433 while (flip_immediate && temp_pipe) { in dcn20_pipe_control_lock()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_internal_types.h122 struct pipe_ctx temp_pipe; member
H A Ddml2_translation_helper.c981 struct pipe_ctx *temp_pipe = &context->res_ctx.temp_pipe; in get_scaler_data_for_plane() local
983 memset(temp_pipe, 0, sizeof(struct pipe_ctx)); in get_scaler_data_for_plane()
989 temp_pipe->stream = pipe->stream; in get_scaler_data_for_plane()
990 temp_pipe->plane_state = pipe->plane_state; in get_scaler_data_for_plane()
991 temp_pipe->plane_res.scl_data.taps = pipe->plane_res.scl_data.taps; in get_scaler_data_for_plane()
992 temp_pipe->stream_res = pipe->stream_res; in get_scaler_data_for_plane()
993 resource_build_scaling_params(temp_pipe); in get_scaler_data_for_plane()
999 return &temp_pipe->plane_res.scl_data; in get_scaler_data_for_plane()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h511 struct pipe_ctx temp_pipe; member