Lines Matching defs:tilcdc_drm_private
43 struct tilcdc_drm_private { struct
44 void __iomem *mmio;
46 struct clk *clk; /* functional clock */
47 int rev; /* IP revision */
49 unsigned int irq;
52 uint32_t max_bandwidth;
57 uint32_t max_pixelclock;
62 uint32_t max_width;
65 const uint32_t *pixelformats;
66 uint32_t num_pixelformats;
69 struct notifier_block freq_transition;
72 struct workqueue_struct *wq;
74 struct drm_crtc *crtc;
76 unsigned int num_encoders;
77 struct drm_encoder *encoders[8];
79 unsigned int num_connectors;
80 struct drm_connector *connectors[8];
82 struct drm_encoder *external_encoder;
83 struct drm_connector *external_connector;
85 bool is_registered;
86 bool is_componentized;
87 bool irq_enabled;