From 8c382cc04142dd9e77c62912701b1f1187c8c196 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 29 Aug 2011 14:52:55 +0800 Subject: fix build errors Introduced by the last commit. --- gralloc_drm_nouveau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gralloc_drm_nouveau.c') diff --git a/gralloc_drm_nouveau.c b/gralloc_drm_nouveau.c index b76a2c8..8f347a1 100644 --- a/gralloc_drm_nouveau.c +++ b/gralloc_drm_nouveau.c @@ -278,7 +278,7 @@ static void nouveau_init_kms_features(struct gralloc_drm_drv_t *drv, break; } - drm->mode_dirty_fb = 0; + drm->mode_quirk_vmwgfx = 0; drm->swap_mode = (info->chan) ? DRM_SWAP_FLIP : DRM_SWAP_SETCRTC; drm->mode_sync_flip = 1; drm->swap_interval = 1; -- cgit v1.1