Searched refs:curr_pipe (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_mall_phantom.c | 743 struct pipe_ctx *curr_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_plane() local 745 while (curr_pipe) { in enable_phantom_plane() 746 if (curr_pipe->top_pipe && curr_pipe->top_pipe->plane_state == curr_pipe->plane_state) { in enable_phantom_plane() 752 curr_pipe->plane_state); in enable_phantom_plane() 757 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in enable_phantom_plane() 758 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in enable_phantom_plane() 760 …memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect… in enable_phantom_plane() 761 …memcpy(&phantom_plane->dst_rect, &curr_pipe->plane_state->dst_rect, sizeof(phantom_plane->dst_rect… in enable_phantom_plane() 762 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in enable_phantom_plane() 763 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in enable_phantom_plane() [all …]
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css.c | 7850 struct ia_css_pipe *curr_pipe; in ia_css_stream_create() local 8013 curr_pipe = pipes[i]; in ia_css_stream_create() 8015 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8018 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8020 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create() 8022 curr_pipe->config.input_effective_res = effective_res; in ia_css_stream_create() 8107 curr_pipe = pipes[i]; in ia_css_stream_create() 8109 curr_pipe->stream = curr_stream; in ia_css_stream_create() 8113 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create() 8122 sh_css_pipe_free_shading_table(curr_pipe); in ia_css_stream_create() [all …]
|