From patchwork Mon Nov 28 16:32:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 128006 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 59E90B6F8A for ; Tue, 29 Nov 2011 03:33:11 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RV48W-0002ho-Kf; Mon, 28 Nov 2011 16:32:56 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RV48T-0002fT-Bn for kernel-team@lists.ubuntu.com; Mon, 28 Nov 2011 16:32:53 +0000 Received: from dynamic-adsl-94-36-88-47.clienti.tiscali.it ([94.36.88.47] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RV48T-0001FG-2Q for kernel-team@lists.ubuntu.com; Mon, 28 Nov 2011 16:32:53 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] PANEL_DVI=y Date: Mon, 28 Nov 2011 17:32:50 +0100 Message-Id: <1322497970-26304-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1322497970-26304-1-git-send-email-paolo.pisati@canonical.com> References: <1322497970-26304-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com With dc891fab115380d9dfddcd252df45a941ff9cb4e "OMAPFB: find best mode from edid" and ba2eac9ed32e4485b2a76e1a0922837d3ffd6149 "OMAP: DSS2: add panel-dvi driver" we gained support for reading resolution&c via EDID. As a side effect PANEL_DVI must be builtin to get any video output on Beagle now. Signed-off-by: Paolo Pisati --- debian.master/config/amd64/config.common.amd64 | 1 + debian.master/config/armel/config.common.armel | 1 + debian.master/config/armhf/config.common.armhf | 1 + debian.master/config/config.common.ubuntu | 1 - debian.master/config/i386/config.common.i386 | 1 + debian.master/config/powerpc/config.common.powerpc | 1 + debian.master/config/ppc64/config.common.ppc64 | 1 + 7 files changed, 6 insertions(+), 1 deletions(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index 1a7c6d8..6c4e979 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -156,6 +156,7 @@ CONFIG_NODES_SHIFT=6 CONFIG_NOP_USB_XCEIV=m CONFIG_NVRAM=m CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_PANEL_DVI=m CONFIG_PANEL_GENERIC_DPI=m # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set CONFIG_PATA_OPTI=m diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index cd97f4e..f730d7a 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -142,6 +142,7 @@ CONFIG_NLS_ISO8859_1=y CONFIG_NOP_USB_XCEIV=y CONFIG_NVRAM=m CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PANEL_DVI=y CONFIG_PANEL_GENERIC_DPI=y CONFIG_PARAVIRT_TIME_ACCOUNTING=n CONFIG_PATA_OPTI=m diff --git a/debian.master/config/armhf/config.common.armhf b/debian.master/config/armhf/config.common.armhf index fcaf203..5c4b8db 100644 --- a/debian.master/config/armhf/config.common.armhf +++ b/debian.master/config/armhf/config.common.armhf @@ -107,6 +107,7 @@ CONFIG_NLS_ISO8859_1=y CONFIG_NOP_USB_XCEIV=y CONFIG_NVRAM=m CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PANEL_DVI=y CONFIG_PANEL_GENERIC_DPI=y # CONFIG_PCCARD is not set # CONFIG_PCI_SYSCALL is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 2f62daa..fce1cd3 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3753,7 +3753,6 @@ CONFIG_PANASONIC_LAPTOP=m CONFIG_PANEL=m CONFIG_PANEL_ACX565AKM=m # CONFIG_PANEL_CHANGE_MESSAGE is not set -CONFIG_PANEL_DVI=m CONFIG_PANEL_LGPHILIPS_LB035Q02=m CONFIG_PANEL_NEC_NL8048HL11_01B=m CONFIG_PANEL_PARPORT=0 diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index 08a4f90..a939b29 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -156,6 +156,7 @@ CONFIG_NR_CPUS=8 CONFIG_NVRAM=m CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PANEL_DVI=m CONFIG_PANEL_GENERIC_DPI=m # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set CONFIG_PATA_OPTI=m diff --git a/debian.master/config/powerpc/config.common.powerpc b/debian.master/config/powerpc/config.common.powerpc index 8ef9de3..063a1b7 100644 --- a/debian.master/config/powerpc/config.common.powerpc +++ b/debian.master/config/powerpc/config.common.powerpc @@ -136,6 +136,7 @@ CONFIG_NLS_ISO8859_1=m CONFIG_NODES_SHIFT=8 CONFIG_NOP_USB_XCEIV=m CONFIG_NVRAM=y +CONFIG_PANEL_DVI=m CONFIG_PANEL_GENERIC_DPI=m CONFIG_PARAVIRT_TIME_ACCOUNTING=n # CONFIG_PATA_OPTI is not set diff --git a/debian.master/config/ppc64/config.common.ppc64 b/debian.master/config/ppc64/config.common.ppc64 index b473c8e..b45041b 100644 --- a/debian.master/config/ppc64/config.common.ppc64 +++ b/debian.master/config/ppc64/config.common.ppc64 @@ -158,6 +158,7 @@ CONFIG_NODES_SHIFT=8 CONFIG_NOP_USB_XCEIV=m CONFIG_NR_CPUS=1024 CONFIG_PAGE_OFFSET=0xc000000000000000 +CONFIG_PANEL_DVI=m CONFIG_PARAVIRT_TIME_ACCOUNTING=n # CONFIG_PATA_OPTI is not set CONFIG_PATA_SIS=m