Lines Matching defs:tilcdc_drm_private
50 struct tilcdc_drm_private { struct
51 void __iomem *mmio;
53 struct clk *clk; /* functional clock */
54 int rev; /* IP revision */
57 uint32_t max_bandwidth;
62 uint32_t max_pixelclock;
67 uint32_t max_width;
70 const uint32_t *pixelformats;
71 uint32_t num_pixelformats;
74 struct drm_atomic_state *saved_state;
77 struct notifier_block freq_transition;
80 struct workqueue_struct *wq;
82 struct drm_crtc *crtc;
84 unsigned int num_encoders;
85 struct drm_encoder *encoders[8];
87 unsigned int num_connectors;
88 struct drm_connector *connectors[8];
90 struct drm_encoder *external_encoder;
91 struct drm_connector *external_connector;
92 const struct drm_connector_helper_funcs *connector_funcs;
94 bool is_registered;
95 bool is_componentized;