Searched refs:curr_pipe (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1816 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane() local 1818 while (curr_pipe) { in dcn32_enable_phantom_plane() 1819 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) in dcn32_enable_phantom_plane() 1823 dc_state_create_phantom_plane(dc, context, curr_pipe->plane_state)); in dcn32_enable_phantom_plane() 1828 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in dcn32_enable_phantom_plane() 1829 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in dcn32_enable_phantom_plane() 1831 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in dcn32_enable_phantom_plane() 1832 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in dcn32_enable_phantom_plane() 1833 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane() 1834 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 D | sh_css.c | 7810 struct ia_css_pipe *curr_pipe; in ia_css_stream_create() local 7972 curr_pipe = pipes[i]; in ia_css_stream_create() 7974 curr_pipe->stream = curr_stream; in ia_css_stream_create() 7977 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 7979 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create() 7981 curr_pipe->config.input_effective_res = effective_res; in ia_css_stream_create() 8066 curr_pipe = pipes[i]; in ia_css_stream_create() 8068 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8072 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8081 sh_css_pipe_free_shading_table(curr_pipe); in ia_css_stream_create() [all …]
|