Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752192Ab2BIFU6 (ORCPT ); Thu, 9 Feb 2012 00:20:58 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:47289 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750819Ab2BIFUz (ORCPT ); Thu, 9 Feb 2012 00:20:55 -0500 From: "Manjunathappa, Prakash" To: CC: Florian Tobias Schandinat , , , "Manjunathappa, Prakash" Subject: [PATCH] video:da8xx-fb: calculate pixel clock period for the panel Date: Thu, 9 Feb 2012 10:34:39 +0530 Message-ID: <1328763879-16345-2-git-send-email-prakash.pm@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1328763879-16345-1-git-send-email-prakash.pm@ti.com> References: <1328763879-16345-1-git-send-email-prakash.pm@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2145 Lines: 70 Patch calculates pixel clock period in pico seconds and updates the same in variable screen information structure. fbset utility uses this information. Signed-off-by: Manjunathappa, Prakash --- drivers/video/da8xx-fb.c | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index f360d62..8b0a174 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -32,6 +32,7 @@ #include #include #include