Lines Matching defs:ast_private
118 struct ast_private { struct
119 struct drm_device base;
121 void __iomem *regs;
122 void __iomem *ioregs;
124 enum ast_chip chip;
125 bool vga2_clone;
126 uint32_t dram_bus_width;
127 uint32_t dram_type;
128 uint32_t mclk;
130 int fb_mtrr;
132 struct {
157 static inline struct ast_private *to_ast_private(struct drm_device *dev) in to_ast_private() argument