git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a32eb
)
drm/exynos: fix gem buffer allocation type checking
author
Inki Dae
<inki.dae@samsung.com>
Thu, 27 Dec 2012 10:54:23 +0000
(19:54 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:34 +0000
(15:54 +0900)
This patch fixes gem buffer allocation type checking.
EXYNOS_BO_CONTIG has 0 so the checking should be fixed
to 'if (!(flags & EXYNOS_BO_NONCONTIG))'
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
No differences found