[Intel-gfx] [PATCH] drm/i915: enable self-refresh on 965

Eric Anholt eric at anholt.net
Tue Oct 20 03:58:05 CEST 2009


On Tue, 2009-10-20 at 09:52 +0900, Jesse Barnes wrote:
> On Tue, 20 Oct 2009 08:47:14 +0800
> ykzhao <yakui.zhao at intel.com> wrote:
> > > +		DRM_DEBUG("self-refresh entries: %d\n",
> > > sr_entries);
> > > +		srwm = I945_FIFO_SIZE - sr_entries;
> > > +		if (srwm < 0)
> > > +			srwm = 1;
> > > +		srwm &= 0x3f;
> > > +		I915_WRITE(FW_BLC_SELF, FW_BLC_SELF_EN);
> > > +	}
> > 
> > Will you please use the DRM_DEBUG_KMS instead of DRM_DEBUG?
> > Thanks.
> 
> I can post a followup that converts all of the DRM_DEBUGs, since there
> are more than just this one.

I'm applying this one to -next, while the other fixes look like they
should go to linus now, so we need to flip the order of these around.
I've done that in my tree, so I'll just whack these DRM_DEBUGs as well.

-- 
Eric Anholt
eric at anholt.net                         eric.anholt at intel.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20091019/7622e5c2/attachment.sig>


More information about the Intel-gfx mailing list