From 0188ea8b0633815f9ed9a728a6a1a53d64c1093c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 3 Nov 2011 17:35:50 +0100 Subject: [PATCH 02/16] da8xx-fb: add DVI support for beaglebone Signed-off-by: Koen Kooi --- drivers/video/da8xx-fb.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 85eda33..dea8936 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -271,6 +271,20 @@ static struct da8xx_panel known_lcd_panels[] = { .pxl_clk = 30000000, .invert_pxl_clk = 0, }, + [3] = { + /* 1024 x 768 @ 60 Hz Reduced blanking VESA CVT 0.79M3-R */ + .name = "1024x768@60", + .width = 1024, + .height = 768, + .hfp = 48, + .hbp = 80, + .hsw = 32, + .vfp = 3, + .vbp = 15, + .vsw = 4, + .pxl_clk = 56000000, + .invert_pxl_clk = 0, + }, }; /* Enable the Raster Engine of the LCD Controller */ -- 1.7.7.5