Searched refs:use_pixman (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ati_2d.c | 127 if ((s->use_pixman & BIT(1)) && in ati_2d_blt() 134 } else if (s->use_pixman & BIT(1)) { in ati_2d_blt() 213 if (!(s->use_pixman & BIT(0)) || in ati_2d_blt()
|
H A D | ati_int.h | 93 uint8_t use_pixman; member
|
H A D | sm501.c | 474 uint8_t use_pixman; member 837 if (overlap && (s->use_pixman & BIT(2))) { in sm501_2d_operation() 863 } else if (!overlap && (s->use_pixman & BIT(1))) { in sm501_2d_operation() 907 if (!(s->use_pixman & BIT(0)) || (width == 1 && height == 1) || in sm501_2d_operation() 1894 if (s->use_pixman != 0) { in sm501_init() 2060 DEFINE_PROP_UINT8("x-pixman", SM501SysBusState, state.use_pixman, DEFAULT_X_PIXMAN), 2148 DEFINE_PROP_UINT8("x-pixman", SM501PCIState, state.use_pixman, DEFAULT_X_PIXMAN),
|
H A D | ati.c | 956 if (s->use_pixman != 0) { in ati_vga_realize() 1049 DEFINE_PROP_UINT8("x-pixman", ATIVGAState, use_pixman, DEFAULT_X_PIXMAN),
|