Reviewed-by: Rodrigo Vivi <[email protected]>
On Wed, Nov 06, 2013 at 11:02:25PM +0200, [email protected] wrote: > From: Ville Syrjälä <[email protected]> > > All the other .enable_fbc() funcs use plane_name(). Make > gen7_enable_fbc() do the same. > > Signed-off-by: Ville Syrjälä <[email protected]> > --- > drivers/gpu/drm/i915/intel_pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c > index 4f5293e7..48f6eda 100644 > --- a/drivers/gpu/drm/i915/intel_pm.c > +++ b/drivers/gpu/drm/i915/intel_pm.c > @@ -275,7 +275,7 @@ static void gen7_enable_fbc(struct drm_crtc *crtc, > SNB_CPU_FENCE_ENABLE | obj->fence_reg); > I915_WRITE(DPFC_CPU_FENCE_OFFSET, crtc->y); > > - DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane); > + DRM_DEBUG_KMS("enabled fbc on plane %c\n", > plane_name(intel_crtc->plane)); > } > > bool intel_fbc_enabled(struct drm_device *dev) > -- > 1.8.1.5 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
