Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348428
b: refs/heads/master
c: 1dcfe23
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Jan 4, 2013
1 parent 69b946a commit 2953950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13a32eb08de6fd87044a524b2c644ccfaa6808a3
refs/heads/master: 1dcfe2382af35ebd685668d96b4fccd953e75ffc
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*
Expand Down

0 comments on commit 2953950

Please sign in to comment.