Searched defs:tilcdc_drm_private (Results 1 – 1 of 1) sorted by relevance
50 struct tilcdc_drm_private { struct51 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;[all …]