Searched refs:curr_pipe (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1657 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane() local 1659 while (curr_pipe) { in dcn32_enable_phantom_plane() 1660 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) in dcn32_enable_phantom_plane() 1665 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in dcn32_enable_phantom_plane() 1666 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in dcn32_enable_phantom_plane() 1668 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in dcn32_enable_phantom_plane() 1669 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in dcn32_enable_phantom_plane() 1670 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane() 1671 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in dcn32_enable_phantom_plane() 1673 memcpy(&phantom_plane->tiling_info, &curr_pipe->plane_state->tiling_info, in dcn32_enable_phantom_plane() [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | ia_css_pipe.h | 181 sh_css_param_update_isp_params(struct ia_css_pipe *curr_pipe,
|
D | sh_css_params.c | 723 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()
|
D | sh_css.c | 8602 struct ia_css_pipe *curr_pipe; in ia_css_stream_create() local 8789 curr_pipe = pipes[i]; in ia_css_stream_create() 8791 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8794 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8796 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create() 8798 curr_pipe->config.input_effective_res = effective_res; in ia_css_stream_create() 8896 curr_pipe = pipes[i]; in ia_css_stream_create() 8898 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8902 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8911 sh_css_pipe_free_shading_table(curr_pipe); in ia_css_stream_create() [all …]
|