From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH v3 09/10] OMAP4: DSS2: HDMI: Function pointer approach to call Date: Tue, 06 Sep 2011 15:45:26 +0300 Message-ID: <1315313126.16126.3.camel@deskari> References: <1314960470-2616-1-git-send-email-mythripk@ti.com> <1314960470-2616-2-git-send-email-mythripk@ti.com> <1314960470-2616-3-git-send-email-mythripk@ti.com> <1314960470-2616-4-git-send-email-mythripk@ti.com> <1314960470-2616-5-git-send-email-mythripk@ti.com> <1314960470-2616-6-git-send-email-mythripk@ti.com> <1314960470-2616-7-git-send-email-mythripk@ti.com> <1314960470-2616-8-git-send-email-mythripk@ti.com> <1314960470-2616-9-git-send-email-mythripk@ti.com> <1314960470-2616-10-git-send-email-mythripk@ti.com> <1315220503.3214.28.camel@deskari> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog101.obsmtp.com ([74.125.149.67]:39071 "EHLO na3sys009aog101.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754257Ab1IFMpb (ORCPT ); Tue, 6 Sep 2011 08:45:31 -0400 Received: by bkat8 with SMTP id t8so9215919bka.27 for ; Tue, 06 Sep 2011 05:45:28 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "K, Mythri P" Cc: linux-omap@vger.kernel.org On Mon, 2011-09-05 at 23:03 +0530, K, Mythri P wrote: > Hi, > > On Mon, Sep 5, 2011 at 4:31 PM, Tomi Valkeinen wrote: > > On Fri, 2011-09-02 at 16:17 +0530, mythripk@ti.com wrote: > >> From: Mythri P K > >> > >> To make the current hdmi DSS driver compatible with future OMAP having > >> different IP blocks( A combination of different core, PHY, PLL blocks), > >> Add HDMI hdmi functions as a function pointer in dss_features to abstract > >> hdmi dss driver IP agnostic, hdmi dss driver which will now access > >> generic functions irrespective of underlying IP. > >> > >> diff --git a/include/video/omapdss.h b/include/video/omapdss.h > >> index 9398dd3..c8891d1 100644 > >> --- a/include/video/omapdss.h > >> +++ b/include/video/omapdss.h > >> @@ -21,6 +21,9 @@ > >> #include > >> #include > >> #include > >> +#if defined(CONFIG_OMAP4_DSS_HDMI) > >> +#include