Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c742 struct pipe_ctx *curr_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_plane() local
744 while (curr_pipe) { in enable_phantom_plane()
745 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) { in enable_phantom_plane()
751 curr_pipe->plane_state); in enable_phantom_plane()
756 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in enable_phantom_plane()
757 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in enable_phantom_plane()
759 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in enable_phantom_plane()
760 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in enable_phantom_plane()
761 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in enable_phantom_plane()
762 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in enable_phantom_plane()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1681 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane() local
1683 while (curr_pipe) { in dcn32_enable_phantom_plane()
1684 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) in dcn32_enable_phantom_plane()
1687 phantom_plane = dc_state_create_phantom_plane(dc, context, curr_pipe->plane_state); in dcn32_enable_phantom_plane()
1692 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in dcn32_enable_phantom_plane()
1693 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in dcn32_enable_phantom_plane()
1695 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in dcn32_enable_phantom_plane()
1696 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in dcn32_enable_phantom_plane()
1697 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane()
1698 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in dcn32_enable_phantom_plane()
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c724 struct ia_css_pipe *curr_pipe,
1866 struct ia_css_pipe *curr_pipe, in sh_css_set_global_isp_config_on_pipe() argument
1874 IA_CSS_ENTER_PRIVATE("stream=%p, config=%p, pipe=%p", curr_pipe, config, pipe); in sh_css_set_global_isp_config_on_pipe()
1876 …err1 = sh_css_init_isp_params_from_config(curr_pipe, curr_pipe->stream->isp_params_configs, config… in sh_css_set_global_isp_config_on_pipe()
1879 …err2 = sh_css_param_update_isp_params(curr_pipe, curr_pipe->stream->isp_params_configs, sh_css_sp_… in sh_css_set_global_isp_config_on_pipe()
3055 sh_css_param_update_isp_params(struct ia_css_pipe *curr_pipe, in sh_css_param_update_isp_params() argument
3070 assert(curr_pipe); in sh_css_param_update_isp_params()
3073 raw_bit_depth = ia_css_stream_input_format_bits_per_pixel(curr_pipe->stream); in sh_css_param_update_isp_params()
3082 for (i = 0; i < curr_pipe->stream->num_pipes; i++) { in sh_css_param_update_isp_params()
3092 pipe = curr_pipe->stream->pipes[i]; in sh_css_param_update_isp_params()
H A Dia_css_pipe.h169 sh_css_param_update_isp_params(struct ia_css_pipe *curr_pipe,
H A Dsh_css.c7817 struct ia_css_pipe *curr_pipe; in ia_css_stream_create() local
7980 curr_pipe = pipes[i]; in ia_css_stream_create()
7982 curr_pipe->stream = curr_stream; in ia_css_stream_create()
7985 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
7987 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
7989 curr_pipe->config.input_effective_res = effective_res; in ia_css_stream_create()
8074 curr_pipe = pipes[i]; in ia_css_stream_create()
8076 curr_pipe->stream = curr_stream; in ia_css_stream_create()
8080 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
8089 sh_css_pipe_free_shading_table(curr_pipe); in ia_css_stream_create()
[all …]