[COMMON] g2d: remove to overwrite priority.
authorhyesoo.yu <hyesoo.yu@samsung.com>
Fri, 28 Jul 2017 00:57:26 +0000 (09:57 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:32 +0000 (14:27 +0900)
The priority of context always set the priority of
task, however the priority of user's task data
overwrite the task priority.

Change-Id: Ib172b5021ed0841588c738e5c0dd5aa626abb6f7
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/gpu/exynos/g2d/g2d_uapi_process.c

index 5f79973582aec0b4bef07b8a0244c88a047065e3..5a4ebc1e94cd683bb5f8b401d859342de8c34a98 100644 (file)
@@ -751,7 +751,6 @@ int g2d_get_userdata(struct g2d_device *g2d_dev, struct g2d_context *ctx,
        }
 
        task->flags = data->flags;
-       task->priority = data->priority;
        task->num_source = data->num_source;
 
        ret = g2d_import_commands(g2d_dev, task, data, task->num_source);