summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-08-19 21:39:36 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-21 19:12:20 +0900
commit80ce1d4b77d71a101f252ac24c5a6682cb74c15f (patch)
treed6497ea22d33750451f752fc6830f822b5efb598 /drivers/gpu/drm
parent15a9e0467a7ee6a9e8ecfbf4e851ea768010ab5e (diff)
downloadlinux-3.10-80ce1d4b77d71a101f252ac24c5a6682cb74c15f.tar.gz
linux-3.10-80ce1d4b77d71a101f252ac24c5a6682cb74c15f.tar.bz2
linux-3.10-80ce1d4b77d71a101f252ac24c5a6682cb74c15f.zip
Revert "dmabuf-sync: update it to patch v8"
This reverts commit cf7e07ce2d9843105d2ed8f9d30ee66c06d83bb0.
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_g2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index f438e80e2bb..90432d3ff77 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -700,7 +700,7 @@ static int g2d_map_cmdlist_gem(struct g2d_data *g2d,
int ret;
int i;
- if (dmabuf_sync_is_supported()) {
+ if (is_dmabuf_sync_supported()) {
node->sync = dmabuf_sync_init("g2d", &dmabuf_sync_ops, node);
if (IS_ERR(node->sync))
node->sync = NULL;