Searched defs:hdmi_context (Results 1 – 1 of 1) sorted by relevance
121 struct hdmi_context { struct122 struct drm_encoder encoder;123 struct device *dev;124 struct drm_device *drm_dev;125 struct drm_connector connector;126 bool dvi_mode;127 struct delayed_work hotplug_work;128 struct cec_notifier *notifier;152 static inline struct hdmi_context *encoder_to_hdmi(struct drm_encoder *e) in encoder_to_hdmi() argument