Lines Matching defs:tilcdc_drm_private
41 struct tilcdc_drm_private { struct
42 void __iomem *mmio;
44 struct clk *clk; /* functional clock */
45 int rev; /* IP revision */
48 uint32_t max_bandwidth;
53 uint32_t max_pixelclock;
58 uint32_t max_width;
61 const uint32_t *pixelformats;
62 uint32_t num_pixelformats;
65 struct notifier_block freq_transition;
68 struct workqueue_struct *wq;
70 struct drm_crtc *crtc;
72 unsigned int num_encoders;
73 struct drm_encoder *encoders[8];
75 unsigned int num_connectors;
76 struct drm_connector *connectors[8];
78 struct drm_encoder *external_encoder;
79 struct drm_connector *external_connector;
81 bool is_registered;
82 bool is_componentized;