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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1636 struct dc_plane_state *phantom_plane = NULL; local
1642 phantom_plane = prev_phantom_plane;
1644 phantom_plane = dc_create_plane_state(dc);
1646 memcpy(&phantom_plane->address, &curr_pipe->plane_state->address, sizeof(phantom_plane->address));
1647 memcpy(&phantom_plane->scaling_quality, &curr_pipe->plane_state->scaling_quality,
1648 sizeof(phantom_plane->scaling_quality));
1649 memcpy(&phantom_plane->src_rect, &curr_pipe->plane_state->src_rect, sizeof(phantom_plane->src_rect));
1650 memcpy(&phantom_plane
1706 struct dc_plane_state *phantom_plane = NULL; local
1729 struct dc_plane_state *phantom_plane = NULL; local
[all...]
H A Ddcn32_hwseq.c1355 struct dc_plane_state *phantom_plane = phantom_pipe->plane_state; local
1364 phantom_plane->src_rect.x = pipe->plane_state->src_rect.x;
1365 phantom_plane->src_rect.y = pipe->plane_state->src_rect.y;
1366 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x;
1367 phantom_plane->dst_rect.x = pipe->plane_state->dst_rect.x;
1368 phantom_plane->dst_rect.y = pipe->plane_state->dst_rect.y;

Completed in 192 milliseconds