Searched refs:curr_pipe (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_wrapper.c | 722 struct pipe_ctx *curr_pipe = main_pipe; in dml_enable_phantom_plane() local 724 while (curr_pipe) { in dml_enable_phantom_plane() 725 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) in dml_enable_phantom_plane() 730 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in dml_enable_phantom_plane() 731 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in dml_enable_phantom_plane() 733 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in dml_enable_phantom_plane() 734 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in dml_enable_phantom_plane() 735 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dml_enable_phantom_plane() 736 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in dml_enable_phantom_plane() 738 memcpy(&phantom_plane->tiling_info, &curr_pipe->plane_state->tiling_info, in dml_enable_phantom_plane() [all …]
|
/linux-5.19.10/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() 3062 sh_css_param_update_isp_params(struct ia_css_pipe *curr_pipe, in sh_css_param_update_isp_params() argument 3077 assert(curr_pipe); in sh_css_param_update_isp_params() 3080 raw_bit_depth = ia_css_stream_input_format_bits_per_pixel(curr_pipe->stream); in sh_css_param_update_isp_params() 3089 for (i = 0; i < curr_pipe->stream->num_pipes; i++) { in sh_css_param_update_isp_params() 3099 pipe = curr_pipe->stream->pipes[i]; in sh_css_param_update_isp_params()
|
D | sh_css.c | 8608 struct ia_css_pipe *curr_pipe; in ia_css_stream_create() local 8795 curr_pipe = pipes[i]; in ia_css_stream_create() 8797 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8800 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8802 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create() 8804 curr_pipe->config.input_effective_res = effective_res; in ia_css_stream_create() 8902 curr_pipe = pipes[i]; in ia_css_stream_create() 8904 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8908 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8917 sh_css_pipe_free_shading_table(curr_pipe); in ia_css_stream_create() [all …]
|