Lines Matching defs:ast_private
164 struct ast_private { struct
165 struct drm_device base;
167 struct mutex ioregs_lock; /* Protects access to I/O registers in ioregs */
168 void __iomem *regs;
169 void __iomem *ioregs;
170 void __iomem *dp501_fw_buf;
172 enum ast_chip chip;
173 bool vga2_clone;
174 uint32_t dram_bus_width;
175 uint32_t dram_type;
176 uint32_t mclk;
178 struct drm_plane primary_plane;
179 struct ast_cursor_plane cursor_plane;
180 struct drm_crtc crtc;
181 struct {
212 static inline struct ast_private *to_ast_private(struct drm_device *dev) in to_ast_private() argument