Searched defs:hdmi_context (Results 1 – 1 of 1) sorted by relevance
183 struct hdmi_context { struct184 struct exynos_drm_display display;185 struct device *dev;186 struct drm_device *drm_dev;187 struct drm_connector connector;188 struct drm_encoder *encoder;189 bool hpd;190 bool powered;191 bool dvi_mode;192 struct mutex hdmi_mutex;[all …]