diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dsi.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_dsi.c b/drivers/gpu/drm/i915/intel_dsi.c index ae2dcaf1b52e..80cc0f9de6c9 100644 --- a/drivers/gpu/drm/i915/intel_dsi.c +++ b/drivers/gpu/drm/i915/intel_dsi.c | |||
@@ -1390,6 +1390,7 @@ static const struct drm_connector_helper_funcs intel_dsi_connector_helper_funcs | |||
1390 | static const struct drm_connector_funcs intel_dsi_connector_funcs = { | 1390 | static const struct drm_connector_funcs intel_dsi_connector_funcs = { |
1391 | .dpms = drm_atomic_helper_connector_dpms, | 1391 | .dpms = drm_atomic_helper_connector_dpms, |
1392 | .detect = intel_dsi_detect, | 1392 | .detect = intel_dsi_detect, |
1393 | .late_register = intel_connector_register, | ||
1393 | .early_unregister = intel_connector_unregister, | 1394 | .early_unregister = intel_connector_unregister, |
1394 | .destroy = intel_dsi_connector_destroy, | 1395 | .destroy = intel_dsi_connector_destroy, |
1395 | .fill_modes = drm_helper_probe_single_connector_modes, | 1396 | .fill_modes = drm_helper_probe_single_connector_modes, |