Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331766
b: refs/heads/master
c: 6b6bae2
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Oct 4, 2012
1 parent bbde1e4 commit 0fc08de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcf4cef94294992f7cd11d5a90fa58b0eae6c795
refs/heads/master: 6b6bae24c7caac8f2a80f24e5ff5e82276eb03fd
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_g2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ struct g2d_runqueue_node {
struct list_head list;
struct list_head run_cmdlist;
struct list_head event_list;
pid_t pid;
struct completion complete;
int async;
};
Expand Down Expand Up @@ -679,6 +680,7 @@ int exynos_g2d_exec_ioctl(struct drm_device *drm_dev, void *data,
}

mutex_lock(&g2d->runqueue_mutex);
runqueue_node->pid = current->pid;
list_add_tail(&runqueue_node->list, &g2d->runqueue);
if (!g2d->runqueue_node)
g2d_exec_runqueue(g2d);
Expand Down

0 comments on commit 0fc08de

Please sign in to comment.