]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: change to uninterruptible wait in atomic commit
authorWentao Xu <wentaox@codeaurora.org>
Mon, 22 Jun 2015 15:53:42 +0000 (11:53 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 29 Jul 2015 20:38:24 +0000 (16:38 -0400)
commitb07a3ac792bf57bc60914af6ff4e5a1f95791300
tree02ed43f3ef3496397c7a682792bf1b23e257f6dd
parent6f69b211f99f02447200068100a8845ddbccd965
drm/msm: change to uninterruptible wait in atomic commit

The atomic commit cannot easily undo and return an error once the
state is swapped. Change to uninterruptible wait, and ignore the
timeout error.

Signed-off-by: Wentao Xu <wentaox@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_atomic.c
drivers/gpu/drm/msm/msm_drv.c
drivers/gpu/drm/msm/msm_drv.h
drivers/gpu/drm/msm/msm_gem.c