]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
drm/i915: Remove mention of Haswell in DDI code
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 19 Apr 2013 13:27:31 +0000 (14:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Apr 2013 14:29:54 +0000 (16:29 +0200)
We are trying to have more platform-orthogonal pieces of code. The DDI
code shouldn't mention Haswell.

v2: Fix the email address

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c

index e14fe5f569ee6e090384e315d90005c5e484c853..eef450b1af44f5fa08a56d66a64b43e7124106b2 100644 (file)
@@ -675,7 +675,7 @@ static void intel_ddi_mode_set(struct drm_encoder *encoder,
        int pipe = intel_crtc->pipe;
        int type = intel_encoder->type;
 
-       DRM_DEBUG_KMS("Preparing DDI mode for Haswell on port %c, pipe %c\n",
+       DRM_DEBUG_KMS("Preparing DDI mode on port %c, pipe %c\n",
                      port_name(port), pipe_name(pipe));
 
        intel_crtc->eld_vld = false;