|
@@ -1776,7 +1776,7 @@ static void intel_sdvo_get_lvds_modes(struct drm_connector *connector)
|
|
* Assume that the preferred modes are
|
|
* Assume that the preferred modes are
|
|
* arranged in priority order.
|
|
* arranged in priority order.
|
|
*/
|
|
*/
|
|
- intel_ddc_get_modes(connector, intel_sdvo->i2c);
|
|
|
|
|
|
+ intel_ddc_get_modes(connector, &intel_sdvo->ddc);
|
|
if (list_empty(&connector->probed_modes) == false)
|
|
if (list_empty(&connector->probed_modes) == false)
|
|
goto end;
|
|
goto end;
|
|
|
|
|