On Tue, May 29, 2007 at 02:20:05PM +0800, Wang Zhenyu wrote:
> +static struct _intel_private {
> + struct pci_dev *pcidev; /* device one */
> volatile u8 __iomem *registers;
> + volatile u32 __iomem *gtt; /* I915G */
Neither of these should be volatile.
-
To unsubscribe
[AGPGART] intel_agp: cleanup intel private data
A single private gart data is used by all drivers, this
makes it clean. Eric Anholt wrote the original patch.
Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]>
---
drivers/char/agp/intel-agp.c | 193 --
1 file
2 matches
Mail list logo