diff options
Diffstat (limited to 'linux/r128_drv.h')
-rw-r--r-- | linux/r128_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/r128_drv.h b/linux/r128_drv.h index 0ef94e45..4b46db08 100644 --- a/linux/r128_drv.h +++ b/linux/r128_drv.h @@ -72,6 +72,7 @@ typedef struct drm_r128_private { int usec_timeout; int is_pci; unsigned long phys_pci_gart; + dma_addr_t bus_pci_gart; unsigned long cce_buffers_offset; atomic_t idle_count; |