Title: [4112] trunk/drivers/video/bfin_adv7393fb.h: [#2424] Try to center 640x480 horizontally inside 720x576 PAL
Revision
4112
Author
hennerich
Date
2008-01-17 06:27:21 -0600 (Thu, 17 Jan 2008)

Log Message

[#2424] Try to center 640x480 horizontally inside 720x576 PAL

Diffstat

 bfin_adv7393fb.h |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

Modified Paths

Diff

Modified: trunk/drivers/video/bfin_adv7393fb.h (4111 => 4112)


--- trunk/drivers/video/bfin_adv7393fb.h	2008-01-17 06:38:24 UTC (rev 4111)
+++ trunk/drivers/video/bfin_adv7393fb.h	2008-01-17 12:27:21 UTC (rev 4112)
@@ -234,8 +234,7 @@
 		.tot_lines = 525,	/* Total Lines per Frame */
 		.boeft_blank = 16 + 40,	/* Before Odd/Even Field Transition No. of Blank Pixels */
 		.aoeft_blank = 122 + 40,	/* After Odd/Even Field Transition No. of Blank Pixels */
-		.adv7393_i2c_initd =
-		init_NTSC,
+		.adv7393_i2c_initd = init_NTSC,
 		.adv7393_i2c_initd_len = sizeof(init_NTSC)
 	},
 	/* PAL 640x480 CRT Experimental */
@@ -245,9 +244,9 @@
 		.yres = 480,	/* Active Vertical Pixels  */
 		.bpp = 16,
 		.vmode = FB_VMODE_INTERLACED,
-		.a_lines = 288 - 48,	/* Active Liens per Field */
-		.vb1_lines = 24 + 48,	/* Vertical Blanking Field 1 Lines */
-		.vb2_lines = 25 + 48,	/* Vertical Blanking Field 2 Lines */
+		.a_lines = 288 - 20,	/* Active Liens per Field */
+		.vb1_lines = 24 + 20,	/* Vertical Blanking Field 1 Lines */
+		.vb2_lines = 25 + 20,	/* Vertical Blanking Field 2 Lines */
 		.tot_lines = 625,	/* Total Lines per Frame */
 		.boeft_blank = 12 + 40,	/* Before Odd/Even Field Transition No. of Blank Pixels */
 		.aoeft_blank = 132 + 40,	/* After Odd/Even Field Transition No. of Blank Pixels */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to