Searched defs:hdmi_context (Results 1 – 1 of 1) sorted by relevance
100 struct hdmi_context { struct101 struct drm_encoder encoder;102 struct device *dev;103 struct drm_device *drm_dev;104 struct drm_connector connector;128 static inline struct hdmi_context *encoder_to_hdmi(struct drm_encoder *e) in encoder_to_hdmi() argument