summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-24 14:00:16 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-24 14:43:26 +0100
commit843152b4b9866a1a3b9db4d866cc6e99b10f7e57 (patch)
treea9729382481640ee6f99d49b23e731c5832f0de7 /drivers/gpu/drm/i915/intel_hdmi.c
parent1ebaa0b9c2d47ddc832a74254beaa518f64b9cb4 (diff)
downloadop-kernel-dev-843152b4b9866a1a3b9db4d866cc6e99b10f7e57.zip
op-kernel-dev-843152b4b9866a1a3b9db4d866cc6e99b10f7e57.tar.gz
drm/i915: Move connector registration to driver registration
Defer connector registration from during construction to the driver registration phase. This is important for ordering the action correctly, e.g. not using debugfs before it is ready. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1466773227-7994-4-git-send-email-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 48ca48c..86e1fdb 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1915,7 +1915,6 @@ void intel_hdmi_init_connector(struct intel_digital_port *intel_dig_port,
intel_hdmi_add_properties(intel_hdmi, connector);
intel_connector_attach_encoder(intel_connector, intel_encoder);
- drm_connector_register(connector);
intel_hdmi->attached_connector = intel_connector;
/* For G4X desktop chip, PEG_BAND_GAP_DATA 3:0 must first be written
OpenPOWER on IntegriCloud