diff options
author | Dave Airlie <airlied@linux.ie> | 2008-07-15 16:18:22 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-07-15 16:18:22 +1000 |
commit | abdd523c759a5e19e733e3b544c2f1bcaa7a0b9a (patch) | |
tree | 169afb7ae7c1699c0d2438f27e06773ed9be68eb /linux-core/drmP.h | |
parent | 76c8e19a29d635d2c62937a381ab33014cfe6cea (diff) |
drm: add fix for PAT on radeon with 2.6.26
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 00db3000..331f3ac5 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -1255,6 +1255,7 @@ static inline struct drm_mm *drm_get_mm(struct drm_mm_node *block) } extern void drm_core_ioremap(struct drm_map *map, struct drm_device *dev); +extern void drm_core_ioremap_wc(struct drm_map *map, struct drm_device *dev); extern void drm_core_ioremapfree(struct drm_map *map, struct drm_device *dev); static __inline__ struct drm_map *drm_core_findmap(struct drm_device *dev, |