Lines Matching defs:hdmi_context
50 struct hdmi_context { struct
51 struct device *dev;
52 struct drm_device *drm_dev;
53 struct fb_videomode *default_timing;
54 unsigned int default_win;
55 unsigned int default_bpp;
56 bool hpd_handle;
57 bool enabled;
59 struct resource *regs_res;
61 void __iomem *regs;
63 unsigned int irq;
65 struct workqueue_struct *wq;
67 struct work_struct hotplug_work;
69 struct i2c_client *ddc_port;
70 struct i2c_client *hdmiphy_port;
73 int cur_conf;
75 struct hdmi_resources res;
77 void *parent_ctx;