Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_hdmi.c115 struct hdmi_context { struct
116 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