[Intel-gfx] [PATCH] drm/i915: enable self-refresh on 965
Jesse Barnes
jbarnes at virtuousgeek.org
Tue Oct 20 02:52:56 CEST 2009
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.
Jesse
More information about the Intel-gfx
mailing list