else
                intel_sdvo_get_dtd_from_mode(&output_dtd, mode);
        if (!intel_sdvo_set_output_timing(intel_sdvo, &output_dtd))
-               DRM_INFO("Setting output timings on %s failed\n",
+               drm_info(&dev_priv->drm,
+                        "Setting output timings on %s failed\n",
                         SDVO_NAME(intel_sdvo));
 
        /* Set the input timing to the screen. Assume always input 0. */
        if (IS_TV(intel_sdvo_connector) || IS_LVDS(intel_sdvo_connector))
                input_dtd.part2.sdvo_flags = intel_sdvo->dtd_sdvo_flags;
        if (!intel_sdvo_set_input_timing(intel_sdvo, &input_dtd))
-               DRM_INFO("Setting input timings on %s failed\n",
+               drm_info(&dev_priv->drm,
+                        "Setting input timings on %s failed\n",
                         SDVO_NAME(intel_sdvo));
 
        switch (crtc_state->pixel_multiplier) {
                 * Some sdvo encoders are not spec compliant and don't
                 * implement the mandatory get_timings function.
                 */
-               DRM_DEBUG_DRIVER("failed to retrieve SDVO DTD\n");
+               drm_dbg(&dev_priv->drm, "failed to retrieve SDVO DTD\n");
                pipe_config->quirks |= PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS;
        } else {
                if (dtd.part2.dtd_flags & DTD_FLAG_HSYNC_POSITIVE)
         * a given it the status is a success, we succeeded.
         */
        if (success && !input1) {
-               DRM_DEBUG_KMS("First %s output reported failure to "
-                               "sync\n", SDVO_NAME(intel_sdvo));
+               drm_dbg_kms(&dev_priv->drm,
+                           "First %s output reported failure to "
+                           "sync\n", SDVO_NAME(intel_sdvo));
        }
 
        if (0)
        struct drm_i915_private *dev_priv = to_i915(connector->dev);
        struct drm_display_mode *newmode;
 
-       DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
-                     connector->base.id, connector->name);
+       drm_dbg_kms(&dev_priv->drm, "[CONNECTOR:%d:%s]\n",
+                   connector->base.id, connector->name);
 
        /*
         * Fetch modes from VBT. For SDVO prefer the VBT mode since some
                u8 byte;
 
                if (!intel_sdvo_read_byte(intel_sdvo, i, &byte)) {
-                       DRM_DEBUG_KMS("No SDVO device found on %s\n",
-                                     SDVO_NAME(intel_sdvo));
+                       drm_dbg_kms(&dev_priv->drm,
+                                   "No SDVO device found on %s\n",
+                                   SDVO_NAME(intel_sdvo));
                        goto err;
                }
        }
 
        if (intel_sdvo_output_setup(intel_sdvo,
                                    intel_sdvo->caps.output_flags) != true) {
-               DRM_DEBUG_KMS("SDVO output failed to setup on %s\n",
-                             SDVO_NAME(intel_sdvo));
+               drm_dbg_kms(&dev_priv->drm,
+                           "SDVO output failed to setup on %s\n",
+                           SDVO_NAME(intel_sdvo));
                /* Output_setup can leave behind connectors! */
                goto err_output;
        }
                                                    &intel_sdvo->pixel_clock_max))
                goto err_output;
 
-       DRM_DEBUG_KMS("%s device VID/DID: %02X:%02X.%02X, "
+       drm_dbg_kms(&dev_priv->drm, "%s device VID/DID: %02X:%02X.%02X, "
                        "clock range %dMHz - %dMHz, "
                        "input 1: %c, input 2: %c, "
                        "output 1: %c, output 2: %c\n",