From 29539508be8d5741fc3381c0fb0c50bdcb09b1b0 Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Thu, 27 Dec 2012 19:54:23 +0900 Subject: [PATCH] --- yaml --- r: 348428 b: refs/heads/master c: 1dcfe2382af35ebd685668d96b4fccd953e75ffc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3e99538ddc33..d6779b441370 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13a32eb08de6fd87044a524b2c644ccfaa6808a3 +refs/heads/master: 1dcfe2382af35ebd685668d96b4fccd953e75ffc diff --git a/trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c b/trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c index b7937a616e46..57affae9568b 100644 --- a/trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c +++ b/trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c @@ -38,7 +38,7 @@ static int lowlevel_buffer_allocate(struct drm_device *dev, * region will be allocated else physically contiguous * as possible. */ - if (flags & EXYNOS_BO_CONTIG) + if (!(flags & EXYNOS_BO_NONCONTIG)) dma_set_attr(DMA_ATTR_FORCE_CONTIGUOUS, &buf->dma_attrs); /*