diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dvo.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dvo.c b/drivers/gpu/drm/i915/intel_dvo.c index 62282f34eba9..a3e6efa38c75 100644 --- a/drivers/gpu/drm/i915/intel_dvo.c +++ b/drivers/gpu/drm/i915/intel_dvo.c | |||
@@ -256,7 +256,7 @@ static int intel_dvo_get_modes(struct drm_connector *connector) | |||
256 | * (TV-out, for example), but for now with just TMDS and LVDS, | 256 | * (TV-out, for example), but for now with just TMDS and LVDS, |
257 | * that's not the case. | 257 | * that's not the case. |
258 | */ | 258 | */ |
259 | intel_ddc_get_modes(intel_encoder); | 259 | intel_ddc_get_modes(connector, intel_encoder->ddc_bus); |
260 | if (!list_empty(&connector->probed_modes)) | 260 | if (!list_empty(&connector->probed_modes)) |
261 | return 1; | 261 | return 1; |
262 | 262 | ||