]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: drop return from gpu->submit()
authorRob Clark <robdclark@gmail.com>
Tue, 3 May 2016 13:46:49 +0000 (09:46 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 8 May 2016 14:22:18 +0000 (10:22 -0400)
commit4f177bf8c76fd0a7fd7280444f5b941df2b3c2d1
treeedab8c9cfd154ffec1f53c3fb664b87692987915
parent839de7bc6d02217845d3b21280a729b93128e148
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>
drivers/gpu/drm/msm/adreno/adreno_gpu.c
drivers/gpu/drm/msm/adreno/adreno_gpu.h
drivers/gpu/drm/msm/msm_gpu.c
drivers/gpu/drm/msm/msm_gpu.h