drm/i915: add attached connector to hdmi container
authorShashank Sharma <shashank.sharma@intel.com>
Fri, 4 Sep 2015 13:26:11 +0000 (18:56 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Sep 2015 14:45:44 +0000 (16:45 +0200)
commitd8b4c43a4baccecee7106c1432baa986fab9593a
treedb4d7cfda876fc7a326978cf7c80a3c594941b49
parent4a999d253195db87f18215049cf7a44f795f4ca0
drm/i915: add attached connector to hdmi container

This patch adds the intel_connector initialized to intel_hdmi
display, during the init phase, just like the other encoders do.
This attachment is very useful when we need to extract the connector
pointer during the hotplug handler function

Signed-off-by: Shashank Sharma <shashank.sharma@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c