Searched refs:src_y (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | ati_2d.c | 88 s->regs.src_x, s->regs.src_y, dst_x, dst_y, in ati_2d_blt() 98 unsigned src_y = (s->regs.dp_cntl & DST_Y_TOP_TO_BOTTOM ? in ati_2d_blt() local 99 s->regs.src_y : s->regs.src_y + 1 - s->regs.dst_height); in ati_2d_blt() 113 if (src_x > 0x3fff || src_y > 0x3fff || src_bits >= end in ati_2d_blt() 115 + (src_y + s->regs.dst_height) * src_stride >= end) { in ati_2d_blt() 124 src_x, src_y, dst_x, dst_y, in ati_2d_blt() 132 src_x, src_y, dst_x, dst_y, in ati_2d_blt() 142 src_x, src_y, 0, 0, in ati_2d_blt() 166 j += (src_y + y) * src_pitch; in ati_2d_blt() 169 j += (src_y + s->regs.dst_height - 1 - y) * src_pitch; in ati_2d_blt()
|
| H A D | sm501.c | 741 unsigned int src_y = s->twoD_source & 0xFFFF; in sm501_2d_operation() local 752 src_y -= height - 1; in sm501_2d_operation() 756 src_base + (src_x + width + (src_y + height) * src_pitch) * bypp >= in sm501_2d_operation() 782 j = (src_x + (src_y + y) * src_pitch) * bypp; in sm501_2d_operation() 796 j = (src_x + (src_y + y) * src_pitch) * bypp; in sm501_2d_operation() 814 src_x == dst_x && src_y == dst_y) { in sm501_2d_operation() 819 unsigned int si = (src_x + src_y * src_pitch) * bypp; in sm501_2d_operation() 828 src_y < dst_y + height && src_y + height > dst_y); in sm501_2d_operation() 831 sb = src_base + (src_x + src_y * src_pitch) * bypp; in sm501_2d_operation() 852 src_x, src_y, 0, 0, width, height); in sm501_2d_operation() [all …]
|
| H A D | ati_int.h | 69 uint32_t src_y; member
|
| H A D | ati.c | 454 val = s->regs.src_y; in ati_mm_read() 817 s->regs.src_y = data & 0x3fff; in ati_mm_write() 849 s->regs.src_y = (data >> 16) & 0x3fff; in ati_mm_write() 872 s->regs.src_y = data & 0x3fff; in ati_mm_write()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mb862xx.c | 461 unsigned int src_y, unsigned int dst_x, in video_hw_bitblt() argument 468 if (src_x >= dst_x && src_y >= dst_y) in video_hw_bitblt() 470 else if (src_x >= dst_x && src_y <= dst_y) in video_hw_bitblt() 472 else if (src_x <= dst_x && src_y >= dst_y) in video_hw_bitblt() 479 DE_WR_FIFO ((src_y << 16) | src_x); in video_hw_bitblt()
|
| /openbmc/u-boot/include/ |
| H A D | video_fb.h | 65 unsigned int src_y, /* source pos y */
|