Home
last modified time | relevance | path

Searched refs:v_plane (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Dxlnx_dp.c591 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()
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()
1180 pixman_image_set_filter(s->v_plane.surface->image, in xlnx_dp_blend_surface()
[all …]
/openbmc/qemu/include/hw/display/
H A Dxlnx_dp.h84 struct PixmanPlane v_plane; member