Searched refs:phantom_plane (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1655 struct dc_plane_state *phantom_plane = NULL; in dcn32_enable_phantom_plane() local 1661 phantom_plane = prev_phantom_plane; in dcn32_enable_phantom_plane() 1663 phantom_plane = dc_create_plane_state(dc); 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() 1667 sizeof(phantom_plane->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() [all …]
|
D | dcn32_hwseq.c | 1345 struct dc_plane_state *phantom_plane = phantom_pipe->plane_state; in dcn32_update_phantom_vp_position() local 1354 phantom_plane->src_rect.x = pipe->plane_state->src_rect.x; in dcn32_update_phantom_vp_position() 1355 phantom_plane->src_rect.y = pipe->plane_state->src_rect.y; in dcn32_update_phantom_vp_position() 1356 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position() 1357 phantom_plane->dst_rect.x = pipe->plane_state->dst_rect.x; in dcn32_update_phantom_vp_position() 1358 phantom_plane->dst_rect.y = pipe->plane_state->dst_rect.y; in dcn32_update_phantom_vp_position()
|