From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: Fwd: Re: Macbook Pro Retina display problems Date: Fri, 10 Aug 2012 19:18:13 +0200 Message-ID: <20120810171813.GF5738@phenom.ffwll.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A7899F31A for ; Fri, 10 Aug 2012 10:17:53 -0700 (PDT) Received: by weyr3 with SMTP id r3so1234229wey.36 for ; Fri, 10 Aug 2012 10:17:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: Bernhard Froemel Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, Aug 10, 2012 at 06:49:03PM +0200, Bernhard Froemel wrote: > Hello Daniel and Francois, > > apologies for posting 'out of thread'. > > > Can you please re-grab the > > dumps? > http://luna.vmars.tuwien.ac.at/~froemel/ird_noi915.txt > http://luna.vmars.tuwien.ac.at/~froemel/ird_i915.txt > http://luna.vmars.tuwien.ac.at/~froemel/ird_i915_pC.txt (short freeze, > screen looks for a second scaled to 2/3 (black border), same > corruption and then looks just like before) > Also, have you seen this post by 'gschwind': > http://ubuntuforums.org/showpost.php?p=12160766&postcount=70 ? Please test the patch at http://www.gossamer-threads.com/lists/linux/kernel/1579401 and supply your tested-by if it works. Thanks, Daniel > > For convenience reasons the patch that is attached to the forum post: > --- linux-3.5.1.orig/drivers/gpu/drm/i915/intel_display.c 2012-08-09 > 17:23:56.000000000 +0200 > +++ linux-3.5.1/drivers/gpu/drm/i915/intel_display.c 2012-08-09 > 21:13:43.146996673 +0200 > @@ -3583,7 +3583,8 @@ > > if (intel_encoder->type == INTEL_OUTPUT_EDP) { > /* Use VBT settings if we have an eDP panel */ > - unsigned int edp_bpc = dev_priv->edp.bpp / 3; > + //unsigned int edp_bpc = dev_priv->edp.bpp / 3; > + unsigned int edp_bpc = 8; > > if (edp_bpc < display_bpc) { > DRM_DEBUG_KMS("clamping display bpc (was %d) to eDP (%d)\n", > display_bpc, edp_bpc); > > Cheers, Bernhard > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48