Searched refs:v_plane (Results 1 – 2 of 2) sorted by relevance
591 if (s->v_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()592 qemu_free_displaysurface(s->v_plane.surface); in xlnx_dp_recreate_surface()601 s->v_plane.surface in xlnx_dp_recreate_surface()603 s->v_plane.format, 0, NULL); in xlnx_dp_recreate_surface()619 surface_data(s->v_plane.surface)); in xlnx_dp_recreate_surface()652 s->v_plane.format = PIXMAN_x8b8g8r8; in xlnx_dp_change_graphic_fmt()655 s->v_plane.format = PIXMAN_yuy2; in xlnx_dp_change_graphic_fmt()658 s->v_plane.format = PIXMAN_x8b8g8r8; in xlnx_dp_change_graphic_fmt()1162 != surface_width(s->v_plane.surface)) || in xlnx_dp_blend_surface()1164 != surface_height(s->v_plane.surface))) { in xlnx_dp_blend_surface()[all …]
84 struct PixmanPlane v_plane; member