From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757913AbcDACDx (ORCPT ); Thu, 31 Mar 2016 22:03:53 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:42284 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752422AbcDACDw (ORCPT ); Thu, 31 Mar 2016 22:03:52 -0400 Subject: Re: [PATCH 3/4] ARM: bcm2835: Enable the VC4 graphics driver in the defconfig To: Eric Anholt References: <1459470643-9070-1-git-send-email-eric@anholt.net> <1459470643-9070-3-git-send-email-eric@anholt.net> Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones , Florian Fainelli From: Stephen Warren Message-ID: <56FDD706.10102@wwwdotorg.org> Date: Thu, 31 Mar 2016 20:03:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1459470643-9070-3-git-send-email-eric@anholt.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/31/2016 06:30 PM, Eric Anholt wrote: > Combined with the queued DT changes, we now get HDMI and 3D support. > diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig > CONFIG_FB_SIMPLE=y Do we need to disable that too, or does hand-off from simplefb to the accelerated driver work fine? From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Thu, 31 Mar 2016 20:03:50 -0600 Subject: [PATCH 3/4] ARM: bcm2835: Enable the VC4 graphics driver in the defconfig In-Reply-To: <1459470643-9070-3-git-send-email-eric@anholt.net> References: <1459470643-9070-1-git-send-email-eric@anholt.net> <1459470643-9070-3-git-send-email-eric@anholt.net> Message-ID: <56FDD706.10102@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/31/2016 06:30 PM, Eric Anholt wrote: > Combined with the queued DT changes, we now get HDMI and 3D support. > diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig > CONFIG_FB_SIMPLE=y Do we need to disable that too, or does hand-off from simplefb to the accelerated driver work fine?