From patchwork Wed Jun 18 15:30:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell King - ARM Linux X-Patchwork-Id: 4377591 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B2D64BEEAA for ; Wed, 18 Jun 2014 15:33:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E3D17202FE for ; Wed, 18 Jun 2014 15:33:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0D45820158 for ; Wed, 18 Jun 2014 15:33:19 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WxHpP-0006gZ-K0; Wed, 18 Jun 2014 15:31:11 +0000 Received: from pandora.arm.linux.org.uk ([2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WxHpG-0006R2-BV for linux-arm-kernel@lists.infradead.org; Wed, 18 Jun 2014 15:31:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arm.linux.org.uk; s=pandora; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=RRLoS5/yftOImQDG9TcnprFC1uK7MumS6udD+EPFsOo=; b=StNXQazIOBfozpASQJTf1/vZREOtALGaPx9l2BgrBVuMX5JqRI5PSeXQMqwiofz0u6dCg+7ZI2nDZ0xC6xxzf9Z3hYwv/C19XtLGJomaznr37a5W3HU00oSny1xhXAFBMJdywAew4Xemc104E2bCvOajD6UErkqTKhw8HGGFuB0=; Received: from n2100.arm.linux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:40012) by pandora.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1WxHop-0006e0-RW; Wed, 18 Jun 2014 16:30:36 +0100 Received: from linux by n2100.arm.linux.org.uk with local (Exim 4.76) (envelope-from ) id 1WxHol-0004MD-0H; Wed, 18 Jun 2014 16:30:31 +0100 Date: Wed, 18 Jun 2014 16:30:28 +0100 From: Russell King - ARM Linux To: Sebastian Hesselbarth Subject: Re: Dove DT and HDMI on v3.16-rc1 Message-ID: <20140618153028.GF32514@n2100.arm.linux.org.uk> References: <20140427132312.GC26756@n2100.arm.linux.org.uk> <535E079B.6010701@gmail.com> <20140428083144.GB6650@lunn.ch> <535F6DAF.1010400@gmail.com> <20140615152554.GA13870@n2100.arm.linux.org.uk> <53A19DFA.7030207@gmail.com> <20140618143447.GA22890@arch.cereza> <20140618150103.GE32514@n2100.arm.linux.org.uk> <53A1ABE8.8050401@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <53A1ABE8.8050401@gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140618_083102_713544_4057C84C X-CRM114-Status: GOOD ( 11.97 ) X-Spam-Score: -0.1 (/) Cc: Thomas Petazzoni , Andrew Lunn , Jason Cooper , Ezequiel Garcia , Gregory Clement , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Wed, Jun 18, 2014 at 05:10:32PM +0200, Sebastian Hesselbarth wrote: > xf86-video-armada needs some missing > #include "picturestr.h" > for raring, but whole process has been very straight forward. I'm only aware of this (sorry, copy'n'pasted) which I found when trying to build against ubuntu 14.04. If further patches are needed to make it compatible with more Xorg versions, please ensure that they find their way into my inbox... diff --git a/src/common_drm.h b/src/common_drm.h index b0c3cd4..3bc5dc6 100644 --- a/src/common_drm.h +++ b/src/common_drm.h @@ -1,8 +1,8 @@ #ifndef COMMON_DRM_H #define COMMON_DRM_H -#include "compat-api.h" #include "xf86Crtc.h" +#include "compat-api.h" struct common_crtc_info { int drm_fd; diff --git a/src/vivante_unaccel_render.c b/src/vivante_unaccel_render.c index ad4d5cf..0496d7a 100644 --- a/src/vivante_unaccel_render.c +++ b/src/vivante_unaccel_render.c @@ -11,11 +11,11 @@ #include "config.h" #endif -#include "compat-api.h" #include "fb.h" #include "fbpict.h" #include "mipict.h" +#include "compat-api.h" #include "vivante_unaccel.h" #include "vivante_utils.h"