From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Re: [PATCH 05/15] drm/i915: implement high-bpc + pipeconf-dither support for g4x/vlv Date: Fri, 19 Apr 2013 09:39:11 -0700 Message-ID: <20130419093911.4b4e72dc@jbarnes-desktop> References: <1366363487-15926-1-git-send-email-daniel.vetter@ffwll.ch> <1366363487-15926-6-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy6-pub.bluehost.com (oproxy6-pub.bluehost.com [67.222.54.6]) by gabe.freedesktop.org (Postfix) with SMTP id 9DEFBE5E53 for ; Fri, 19 Apr 2013 09:38:48 -0700 (PDT) In-Reply-To: <1366363487-15926-6-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Fri, 19 Apr 2013 11:24:37 +0200 Daniel Vetter wrote: > + pipeconf &= ~(PIPECONF_BPC_MASK | PIPECONF_DITHER_EN); > + if (intel_crtc->config.dither && intel_crtc->config.pipe_bpp != 30) I think the magic != 30 check needs a comment, or we should never set .dither for 30bpp modes in the various compute_configs. -- Jesse Barnes, Intel Open Source Technology Center