Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c100 struct hdmi_context { struct
101 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