Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1814 struct dc_plane_state *phantom_plane = NULL; in dcn32_enable_phantom_plane() local
1820 phantom_plane = prev_phantom_plane; in dcn32_enable_phantom_plane()
1822 DC_RUN_WITH_PREEMPTION_ENABLED(phantom_plane = in dcn32_enable_phantom_plane()
1825 if (!phantom_plane) 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()
1830 sizeof(phantom_plane->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()
[all …]