diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/intel_bios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios.c index 827498e081df..21b347efcf1e 100644 --- a/drivers/gpu/drm/i915/intel_bios.c +++ b/drivers/gpu/drm/i915/intel_bios.c | |||
@@ -945,7 +945,7 @@ static void parse_ddi_port(struct drm_i915_private *dev_priv, enum port port, | |||
945 | DRM_DEBUG_KMS("Analog port %c is also DP or TMDS compatible\n", | 945 | DRM_DEBUG_KMS("Analog port %c is also DP or TMDS compatible\n", |
946 | port_name(port)); | 946 | port_name(port)); |
947 | if (is_dvi && (port == PORT_A || port == PORT_E)) | 947 | if (is_dvi && (port == PORT_A || port == PORT_E)) |
948 | DRM_DEBUG_KMS("Port %c is TMDS compabile\n", port_name(port)); | 948 | DRM_DEBUG_KMS("Port %c is TMDS compatible\n", port_name(port)); |
949 | if (!is_dvi && !is_dp && !is_crt) | 949 | if (!is_dvi && !is_dp && !is_crt) |
950 | DRM_DEBUG_KMS("Port %c is not DP/TMDS/CRT compatible\n", | 950 | DRM_DEBUG_KMS("Port %c is not DP/TMDS/CRT compatible\n", |
951 | port_name(port)); | 951 | port_name(port)); |