Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: modedb: Add a new mode for 864x480 TAAL panels.

This adds a new entry to the modedb for 864x480 TAAL panels, the default
configuration for many OMAP boards. This enables omapfb to make use of
the standard mode parsing.

Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Mayuresh Janorkar and committed by
Paul Mundt
17ca20cb 748103e7

+4
+4
drivers/video/modedb.c
··· 274 274 /* 800x520i @ 50 Hz, 15.625 kHz hsync (PAL RGB) */ 275 275 NULL, 50, 800, 520, 58823, 144, 64, 72, 28, 80, 5, 276 276 0, FB_VMODE_INTERLACED 277 + }, { 278 + /* 864x480 @ 60 Hz, 35.15 kHz hsync */ 279 + NULL, 60, 864, 480, 27777, 1, 1, 1, 1, 0, 0, 280 + 0, FB_VMODE_NONINTERLACED 277 281 }, 278 282 }; 279 283