commit | 7d12a279d421255792f2092f68262a79e3311dc2 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Mar 16 16:07:38 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun May 08 10:16:03 2016 -0400 |
tree | 341f238774f04c5c448c2804f576fbba3fefb668 | |
parent | 340ff4104f4454f8f1c3bf793c46411115309545 [diff] |
drm/msm/gpu: simplify tracking in-flight bo's Since we already track the array of bo's in the submit object, just unconditionally take and drop ref's per submit (rather than only taking ref's if bo is not already active). This simplifies later patches. Signed-off-by: Rob Clark <robdclark@gmail.com>