commit | 7d402d7a651ab01a6aa67e53d96072e6feaee8ed | [log] [tgz] |
---|---|---|
author | Alan Kwong <akwong@codeaurora.org> | Fri Nov 04 13:02:39 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Fri Jan 13 11:52:36 2017 -0800 |
tree | 8152b3d5117f0c27e5e19452544fd3e81ba50d18 | |
parent | 07da0981341d1e6b3173d6f14e6f6ca72e085cdd [diff] |
drm/msm/sde: remove redundant vblank request in crtc CRTC is currently requesting vblank during commit request. This is not necessary because encoder will request vblank internally. If external clients need vblank notification, they will place explicit requests. Hence, remove redundant vblank request around commit request. Change-Id: I3edbd91e75d8e5f3bea6a8de6092bbb416e17928 Signed-off-by: Alan Kwong <akwong@codeaurora.org>