mirror of
https://github.com/torvalds/linux.git
synced 2025-12-01 07:26:02 +07:00
drm/i915: Use plane_name() in gen7_enable_fbc()
All the other .enable_fbc() funcs use plane_name(). Make gen7_enable_fbc() do the same. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
cbaef0f173
commit
b19870ee67
@@ -295,7 +295,7 @@ static void gen7_enable_fbc(struct drm_crtc *crtc, unsigned long interval)
|
|||||||
|
|
||||||
sandybridge_blit_fbc_update(dev);
|
sandybridge_blit_fbc_update(dev);
|
||||||
|
|
||||||
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)
|
bool intel_fbc_enabled(struct drm_device *dev)
|
||||||
|
|||||||
Reference in New Issue
Block a user