Home
last modified time | relevance | path

Searched defs:hdmi_context (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c117 struct hdmi_context { struct
118 struct drm_encoder encoder;
119 struct device *dev;
120 struct drm_device *drm_dev;
121 struct drm_connector connector;
122 bool dvi_mode;
123 struct delayed_work hotplug_work;
124 struct cec_notifier *notifier;
148 static inline struct hdmi_context *encoder_to_hdmi(struct drm_encoder *e) in encoder_to_hdmi() argument