Searched defs:hdmi_context (Results 1 – 1 of 1) sorted by relevance
115 struct hdmi_context { struct116 struct drm_encoder encoder;117 struct device *dev;118 struct drm_device *drm_dev;119 struct drm_connector connector;120 bool dvi_mode;121 struct delayed_work hotplug_work;122 struct cec_notifier *notifier;146 static inline struct hdmi_context *encoder_to_hdmi(struct drm_encoder *e) in encoder_to_hdmi() argument