commit | bcb877b7fdeaf0867d3363136644e4d378207e31 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Thu Mar 23 15:58:04 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Sat Apr 08 06:59:34 2017 -0400 |
tree | dcdf8453931fd58758c6b9374f565a944ca0f256 | |
parent | 502e3550c6f58f514d57f9e13ec9a98f6936b243 [diff] |
drm/msm/mdp5: Add more stuff to CRTC state Things like vblank/err irq masks, mode of operation (command mode or not) are derivative of the interface and mixer state. Therefore, they need to be a part of the CRTC state too. Add them to mdp5_crtc_state, and assign them in the CRTC's atomic_check() func, so that it can be rolled back to a clean state. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>