drm/msm: bigger synchronization hammer
authorRob Clark <robdclark@gmail.com>
Fri, 7 Feb 2014 00:19:20 +0000 (19:19 -0500)
committerRob Clark <robdclark@gmail.com>
Fri, 7 Feb 2014 15:26:25 +0000 (10:26 -0500)
Because we use a list_head in the bo to track it's position in a submit,
we need to serialize at a higher layer.  Otherwise there are problems
when multiple contexts are SUBMIT'ing in parallel cmdstreams referencing
a shared bo.

Signed-off-by: Rob Clark <robdclark@gmail.com>

No differences found