Skip to content
Commit c2703b13 authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm: bigger synchronization hammer



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: default avatarRob Clark <robdclark@gmail.com>
parent 9999f105
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment