summaryrefslogtreecommitdiff
path: root/linux-core/intel_fb.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-05-22 13:38:58 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-05-22 13:38:58 -0700
commite918d2b7814e2cf5345dba63031c402010b1d3e4 (patch)
treebb21f2202ec96c6a108fc97627672d7501cfc8f6 /linux-core/intel_fb.c
parenta4929b921e44dcd3cae8e384b9b7eabc51db28ff (diff)
Call preallocated space VRAM instead of PRIV0 to be more consistent with
other drivers.
Diffstat (limited to 'linux-core/intel_fb.c')
-rw-r--r--linux-core/intel_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_fb.c b/linux-core/intel_fb.c
index 449ef543..3bfbcda3 100644
--- a/linux-core/intel_fb.c
+++ b/linux-core/intel_fb.c
@@ -473,7 +473,7 @@ int intelfb_probe(struct drm_device *dev, struct drm_crtc *crtc)
drm_bo_type_kernel,
DRM_BO_FLAG_READ |
DRM_BO_FLAG_WRITE |
- DRM_BO_FLAG_MEM_PRIV0 | /* FIXME! */
+ DRM_BO_FLAG_MEM_VRAM | /* FIXME! */
DRM_BO_FLAG_NO_MOVE,
0, 0, 0,
&fbo);