From patchwork Wed Oct 31 15:56:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pantelis Antoniou X-Patchwork-Id: 1672301 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 4C13DDFB7B for ; Tue, 30 Oct 2012 18:19:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965318Ab2J3SSJ (ORCPT ); Tue, 30 Oct 2012 14:18:09 -0400 Received: from li42-95.members.linode.com ([209.123.162.95]:59049 "EHLO li42-95.members.linode.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965218Ab2J3SMm (ORCPT ); Tue, 30 Oct 2012 14:12:42 -0400 Received: from sles11esa.localdomain (unknown [195.97.110.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: panto) by li42-95.members.linode.com (Postfix) with ESMTPSA id 8D5439C1EB; Tue, 30 Oct 2012 18:03:27 +0000 (UTC) From: Pantelis Antoniou To: Florian Tobias Schandinat Cc: Pantelis Antoniou , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Koen Kooi , Matt Porter , Russ Dill , linux-omap@vger.kernel.org Subject: [PATCH] da8xx: Add standard panel definition Date: Wed, 31 Oct 2012 17:56:34 +0200 Message-Id: <1351698994-4091-1-git-send-email-panto@antoniou-consulting.com> X-Mailer: git-send-email 1.7.12 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add standard panel definition that can work for the beaglebone DVI cape. Signed-off-by: Pantelis Antoniou --- drivers/video/da8xx-fb.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 866d804..4462d9e 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -270,6 +270,20 @@ static struct da8xx_panel known_lcd_panels[] = { .pxl_clk = 7833600, .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 */