From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vijay Purushothaman Subject: Re: [PATCH 6/9] drm/i915: Add eDP support for Valleyview Date: Thu, 27 Sep 2012 19:09:50 +0530 Message-ID: <50645726.7090908@intel.com> References: <1348666658-31345-1-git-send-email-vijay.a.purushothaman@intel.com> <1348666658-31345-7-git-send-email-vijay.a.purushothaman@intel.com> <20120926143146.GJ1980@bremse> <87lifw53xw.fsf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 6E7099E792 for ; Thu, 27 Sep 2012 06:39:53 -0700 (PDT) In-Reply-To: <87lifw53xw.fsf@intel.com> 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: Jani Nikula Cc: Intel Graphics List-Id: intel-gfx@lists.freedesktop.org On 9/27/2012 12:48 PM, Jani Nikula wrote: > On Wed, 26 Sep 2012, Daniel Vetter wrote: >> On Wed, Sep 26, 2012 at 07:07:35PM +0530, Vijay Purushothaman wrote: >>> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c >>> index a8a81d1..aee6151 100644 >>> --- a/drivers/gpu/drm/i915/intel_display.c >>> +++ b/drivers/gpu/drm/i915/intel_display.c >>> @@ -4405,6 +4405,12 @@ static int i9xx_crtc_mode_set(struct drm_crtc *crtc, >>> } >>> } >>> >>> + if (IS_VALLEYVIEW(dev) && intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { >>> + pipeconf |= PIPECONF_BPP_6 | >>> + PIPECONF_ENABLE | >>> + I965_PIPECONF_ACTIVE; >>> + } >> >> No. >> >> Jani Nikula and me just figured out that we have a giant mess with 6bpc >> dithering on DP outputs, but unconditionally enabling 6bpc on vlv eDP only >> papers over issues. > > Vijay, please check commit 0c96c65b in drm-intel-fixes. > > BR, > Jani. > Thanks Jani & Daniel for your review. I will send out the v2 of the patch set. Thanks, Vijay > >