From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: frame buffer compression and 915GM Date: Sat, 28 May 2011 15:47:05 -0700 Message-ID: <20110528224705.GA4342@lundgren.kumite> References: <20110527194836.GA23189@lundgren.kumite> <509117.6729.qm@web110507.mail.gq1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cloud01.chad-versace.us (184-106-247-128.static.cloud-ips.com [184.106.247.128]) by gabe.freedesktop.org (Postfix) with ESMTP id 4082A9E73F for ; Sat, 28 May 2011 15:47:16 -0700 (PDT) Content-Disposition: inline In-Reply-To: <509117.6729.qm@web110507.mail.gq1.yahoo.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: SD Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Sat, May 28, 2011 at 01:50:12AM -0700, SD wrote: > > > --- On Fri, 5/27/11, Ben Widawsky wrote: > > > From: Ben Widawsky > > Subject: Re: [Intel-gfx] frame buffer compression and 915GM > > To: "SD" > > Cc: intel-gfx@lists.freedesktop.org > > Date: Friday, May 27, 2011, 11:48 PM > > On Fri, May 27, 2011 at 01:51:53AM > > -0700, SD wrote: > > > OK, thank you. I checked it, and I got unexpected > > answer - > > > > > > FBC unsupported on this chipset. > > > > I'd need to know exactly which chipset you have. For > > example. Ironlake > > mobile, we disabled FBC because it was actually consuming > > more power. > > > > You can check your specific chipset, and look at the > > has_fbc field here: > > drivers/gpu/drm/i915/i915_drv.c > > > > Ben > > > > Thanks. > I checked it out. > You threw FBC from i915_drv since 2.6.33, because in 2.6.32 there was not any sign of pci_id detection. And since then I got awful screen picture quality, because I start to test with Fedora 12 and then jumped to Fedora 13 with 33 kernel, and since then never had normal picture - always flickers. > > I know you are all very clever here and are thinking about some Watts, but I am, like a user, thinking about my eyes first and want to tell you that you did mistake. > May be FBC uses more power (I am not sure about it, as long 3D performance on i915gm is "nothing" anyway), but it looks like FBC helps to produce nice and smooth picture on laptop LSD. I don't think FBC should have any positive impact on the display, but I suppose that is a subjective thing. You should see Jesse's commit in keithp's drm-intel-next (c1a9f047638b27e481d097910604316b8a0d132b). If you're capable of writing code, I'd suggest you do the same thing for intel_i915gm_info where fbc can be enabled, but is off by default. If not, hopefully I, or someone else will get around to it eventually. Ben