commit | 1193c3bcb581807d58dd7df90528ec744af387a9 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue May 03 09:46:49 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun May 08 10:22:18 2016 -0400 |
tree | edab8c9cfd154ffec1f53c3fb664b87692987915 | |
parent | ed19075be1100f8958066ed798e225173583eb2e [diff] |
drm/msm: drop return from gpu->submit() At this point, there is nothing left to fail. And submit already has a fence assigned and is added to the submit_list. Any problems from here on out are asynchronous (ie. hangcheck/recovery). Signed-off-by: Rob Clark <robdclark@gmail.com>