Searched defs:tilcdc_drm_private (Results 1 – 1 of 1) sorted by relevance
49 struct tilcdc_drm_private { struct50 void __iomem *mmio;52 struct clk *disp_clk; /* display dpll */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 u32 saved_register[12];73 struct notifier_block freq_transition;[all …]