atyfb.h (f01387d2693813eb5271a3448e6a082322c7d75d) | atyfb.h (3cc2dac5be3f23414a4efdee0b26d79bed297cac) |
---|---|
1/* 2 * ATI Frame Buffer Device Driver Core Definitions 3 */ 4 5#include <linux/spinlock.h> 6#include <linux/wait.h> 7 /* 8 * Elements of the hardware specific atyfb_par structure --- 170 unchanged lines hidden (view full) --- 179 unsigned long aux_start; /* auxiliary aperture */ 180 unsigned long aux_size; 181 struct aty_interrupt vblank; 182 unsigned long irq_flags; 183 unsigned int irq; 184 spinlock_t int_lock; 185#ifdef CONFIG_MTRR 186 int mtrr_aper; | 1/* 2 * ATI Frame Buffer Device Driver Core Definitions 3 */ 4 5#include <linux/spinlock.h> 6#include <linux/wait.h> 7 /* 8 * Elements of the hardware specific atyfb_par structure --- 170 unchanged lines hidden (view full) --- 179 unsigned long aux_start; /* auxiliary aperture */ 180 unsigned long aux_size; 181 struct aty_interrupt vblank; 182 unsigned long irq_flags; 183 unsigned int irq; 184 spinlock_t int_lock; 185#ifdef CONFIG_MTRR 186 int mtrr_aper; |
187 int mtrr_reg; | |
188#endif 189 u32 mem_cntl; 190 struct crtc saved_crtc; 191 union aty_pll saved_pll; 192}; 193 194 /* 195 * ATI Mach64 features --- 174 unchanged lines hidden --- | 187#endif 188 u32 mem_cntl; 189 struct crtc saved_crtc; 190 union aty_pll saved_pll; 191}; 192 193 /* 194 * ATI Mach64 features --- 174 unchanged lines hidden --- |