Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1636 struct dc_plane_state *phantom_plane = NULL; in dcn32_enable_phantom_plane() local
1642 phantom_plane = prev_phantom_plane; in dcn32_enable_phantom_plane()
1644 phantom_plane = dc_create_plane_state(dc); in dcn32_enable_phantom_plane()
1646 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address)); in dcn32_enable_phantom_plane()
1647 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality, in dcn32_enable_phantom_plane()
1648 sizeof(phantom_plane->scaling_quality)); in dcn32_enable_phantom_plane()
1649 memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect)); in dcn32_enable_phantom_plane()
1650 memcpy(&phantom_plane in dcn32_enable_phantom_plane()
1706 struct dc_plane_state *phantom_plane = NULL; dcn32_retain_phantom_pipes() local
1729 struct dc_plane_state *phantom_plane = NULL; dcn32_remove_phantom_pipes() local
[all...]
H A Ddcn32_hwseq.c1355 struct dc_plane_state *phantom_plane = phantom_pipe->plane_state; in dcn32_update_phantom_vp_position() local
1364 phantom_plane->src_rect.x = pipe->plane_state->src_rect.x; in dcn32_update_phantom_vp_position()
1365 phantom_plane->src_rect.y = pipe->plane_state->src_rect.y; in dcn32_update_phantom_vp_position()
1366 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
1367 phantom_plane->dst_rect.x = pipe->plane_state->dst_rect.x; in dcn32_update_phantom_vp_position()
1368 phantom_plane->dst_rect.y = pipe->plane_state->dst_rect.y; in dcn32_update_phantom_vp_position()

Completed in 5 milliseconds