Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbbHMLpM (ORCPT ); Thu, 13 Aug 2015 07:45:12 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:33918 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751442AbbHMLpK (ORCPT ); Thu, 13 Aug 2015 07:45:10 -0400 MIME-Version: 1.0 In-Reply-To: <1439427380-2436-4-git-send-email-eric@anholt.net> References: <1439427380-2436-1-git-send-email-eric@anholt.net> <1439427380-2436-4-git-send-email-eric@anholt.net> Date: Thu, 13 Aug 2015 12:45:09 +0100 Message-ID: Subject: Re: [PATCH 3/7] drm/vc4: Add KMS support for Raspberry Pi. From: Emil Velikov To: Eric Anholt Cc: ML dri-devel , devicetree@vger.kernel.org, Stephen Warren , Lee Jones , "Linux-Kernel@Vger. Kernel. Org" , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 36 On 13 August 2015 at 01:56, Eric Anholt wrote: > This is the start of a full VC4 driver. Right now this just supports > configuring the display using a pre-existing video mode (because > changing the pixel clock isn't available yet, and doesn't work when it > is). However, this is enough for fbcon and bringing up X using > xf86-video-modesetting. > > Signed-off-by: Eric Anholt ... > --- /dev/null > +++ b/drivers/gpu/drm/vc4/Makefile > @@ -0,0 +1,18 @@ > +ccflags-y := -Iinclude/drm > + > +# Please keep these build lists sorted! > + > +# core driver code > +vc4-y := \ > + vc4_bo.o \ > + vc4_crtc.o \ > + vc4_drv.o \ > + vc4_kms.o \ > + vc4_hdmi.o \ > + vc4_hvs.o \ > + vc4_plane.o \ > + $() > + In case anyone is curious - this is the first sentinel in the whole kernel (some 2000+ Makefiles) :-) -Emil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/