Lines Matching defs:ast_private
86 struct ast_private { struct
87 struct drm_device *dev;
89 void __iomem *regs;
90 void __iomem *ioregs;
92 enum ast_chip chip;
93 bool vga2_clone;
94 uint32_t dram_bus_width;
95 uint32_t dram_type;
96 uint32_t mclk;
97 uint32_t vram_size;
99 struct ast_fbdev *fbdev;
101 int fb_mtrr;
103 struct {
107 } ttm;
109 struct drm_gem_object *cursor_cache;
110 uint64_t cursor_cache_gpu_addr;
113 struct ttm_bo_kmap_obj cache_kmap;
114 int next_cursor;
115 bool support_wide_screen;
117 enum ast_tx_chip tx_chip_type;
118 u8 dp501_maxclk;
119 u8 *dp501_fw_addr;
143 static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \ argument