From 6eed071a6d08ce02d6632964a6aaea851b85c877 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Mon, 24 May 2010 18:57:11 +0000 Subject: fix YUV Dither for the other targets too, like in r26064. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26266 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/pbell/vibe500') diff --git a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S index 06e78d2aa1..d5d51575a7 100644 --- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S +++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S @@ -289,7 +289,7 @@ lcd_write_yuv420_lines_odither: @ r5 = yuv_src[1] = Cb_p @ r6 = yuv_src[2] = Cr_p @ - ldr r0, [sp, #40] @ Line up pattern and kernel quadrant + ldr r0, [sp, #36] @ Line up pattern and kernel quadrant eor r14, r3, r0 @ and r14, r14, #0x2 @ mov r14, r14, lsl #6 @ 0x00 or 0x80 -- cgit v1.2.3