Searched refs:temp_pipe (Results 1 – 2 of 2) sorted by relevance
484 struct pipe_ctx *temp_pipe = &dml_ctx->v21.scratch.temp_pipe; in get_scaler_data_for_plane() local486 memset(temp_pipe, 0, sizeof(struct pipe_ctx)); in get_scaler_data_for_plane()492 temp_pipe->stream = pipe->stream; in get_scaler_data_for_plane()493 temp_pipe->plane_state = pipe->plane_state; in get_scaler_data_for_plane()494 temp_pipe->plane_res.scl_data.taps = pipe->plane_res.scl_data.taps; in get_scaler_data_for_plane()495 temp_pipe->stream_res = pipe->stream_res; in get_scaler_data_for_plane()496 temp_pipe->dsc_padding_params.dsc_hactive_padding = pipe->dsc_padding_params.dsc_hactive_padding; in get_scaler_data_for_plane()497 temp_pipe->dsc_padding_params.dsc_htotal_padding = pipe->dsc_padding_params.dsc_htotal_padding; in get_scaler_data_for_plane()498 temp_pipe->dsc_padding_params.dsc_pix_clk_100hz = pipe->dsc_padding_params.dsc_pix_clk_100hz; in get_scaler_data_for_plane()499 dml_ctx->config.callbacks.build_scaling_params(temp_pipe); in get_scaler_data_for_plane()[all …]
989 struct pipe_ctx *temp_pipe = &context->res_ctx.temp_pipe; in get_scaler_data_for_plane() local991 memset(temp_pipe, 0, sizeof(struct pipe_ctx)); in get_scaler_data_for_plane()997 temp_pipe->stream = pipe->stream; in get_scaler_data_for_plane()998 temp_pipe->plane_state = pipe->plane_state; in get_scaler_data_for_plane()999 temp_pipe->plane_res.scl_data.taps = pipe->plane_res.scl_data.taps; in get_scaler_data_for_plane()1000 temp_pipe->stream_res = pipe->stream_res; in get_scaler_data_for_plane()1001 resource_build_scaling_params(temp_pipe); in get_scaler_data_for_plane()1007 return &temp_pipe->plane_res.scl_data; in get_scaler_data_for_plane()