From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH i-g-t 02/43] igt_kms: Make has_universal_planes a bitfield Date: Fri, 11 Jul 2014 08:34:41 +0200 Message-ID: <20140711063441.GR17271@phenom.ffwll.local> References: <1405015244-11370-1-git-send-email-damien.lespiau@intel.com> <1405015244-11370-3-git-send-email-damien.lespiau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by gabe.freedesktop.org (Postfix) with ESMTP id 0C0716E7F5 for ; Thu, 10 Jul 2014 23:34:31 -0700 (PDT) Received: by mail-wi0-f173.google.com with SMTP id cc10so5707912wib.12 for ; Thu, 10 Jul 2014 23:34:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1405015244-11370-3-git-send-email-damien.lespiau@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Damien Lespiau Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Thu, Jul 10, 2014 at 07:00:03PM +0100, Damien Lespiau wrote: > Signed-off-by: Damien Lespiau > --- > lib/igt_kms.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/igt_kms.h b/lib/igt_kms.h > index a079fc2..058114a 100644 > --- a/lib/igt_kms.h > +++ b/lib/igt_kms.h > @@ -153,7 +153,7 @@ struct igt_display { > unsigned long pipes_in_use; > igt_output_t *outputs; > igt_pipe_t pipes[I915_MAX_PIPES]; > - bool has_universal_planes; > + unsigned int has_universal_planes : 1; tbh I didn't see the point of this and didn't see any follow-up patch which would explain the motivation ... -Daniel > }; > > /* set vt into graphics mode, required to prevent fbcon from interfering */ > -- > 1.8.3.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch