From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Kuoppala Subject: Re: Supporting fused display configurations v3 Date: Fri, 13 Dec 2013 10:51:00 +0200 Message-ID: <87txedt9qj.fsf@gaia.fi.intel.com> References: <1386859003-17246-1-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 mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 499CFFA879 for ; Fri, 13 Dec 2013 00:51:25 -0800 (PST) In-Reply-To: <1386859003-17246-1-git-send-email-damien.lespiau@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Damien Lespiau , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Damien Lespiau writes: > v3, following up a couple of review comments from Ville: > http://lists.freedesktop.org/archives/intel-gfx/2013-December/037313.html > > Changes: > - Always use INTEL_INFO() after initialization to access dev_priv->info > (well, except in the reg macros, where it's just too impractical), > - Cast the device_info pointer returned by INTEL_INFO() to be const to cast > potential writes by code using the macro, > - Renamed num_plane to num_sprites as num_planes would imply we're counting > the primary plane there, but we're not. > > -- > Damien Series: Reviewed-by: Mika Kuoppala