Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/gpu/drm/exynos/
Dexynos_hdmi.c121 struct hdmi_context { struct
122 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
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
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