Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati_2d.c46 #define DEFAULT_CNTL (s->regs.dp_gui_master_cntl & GMC_DST_PITCH_OFFSET_CNTL) macro
66 int dst_stride = DEFAULT_CNTL ? s->regs.dst_pitch : s->regs.default_pitch; in ati_2d_blt()
71 uint8_t *dst_bits = s->vga.vram_ptr + (DEFAULT_CNTL ? in ati_2d_blt()
100 int src_stride = DEFAULT_CNTL ? in ati_2d_blt()
106 uint8_t *src_bits = s->vga.vram_ptr + (DEFAULT_CNTL ? in ati_2d_blt()