Searched refs:g_plane (Results 1 – 2 of 2) sorted by relevance
594 if (s->g_plane.surface != current_console_surface) { in xlnx_dp_recreate_surface()595 qemu_free_displaysurface(s->g_plane.surface); in xlnx_dp_recreate_surface()598 s->g_plane.surface in xlnx_dp_recreate_surface()600 s->g_plane.format, 0, NULL); in xlnx_dp_recreate_surface()608 s->g_plane.format, in xlnx_dp_recreate_surface()613 dpy_gfx_replace_surface(s->console, s->g_plane.surface); in xlnx_dp_recreate_surface()617 surface_data(s->g_plane.surface)); in xlnx_dp_recreate_surface()630 s->g_plane.format = PIXMAN_r8g8b8a8; in xlnx_dp_change_graphic_fmt()633 s->g_plane.format = PIXMAN_a8b8g8r8; in xlnx_dp_change_graphic_fmt()636 s->g_plane.format = PIXMAN_r5g6b5; in xlnx_dp_change_graphic_fmt()[all …]
83 struct PixmanPlane g_plane; member