commit | 8bc1fe92e15742985fcbd543df6954dae5f6b33e | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Dec 02 11:50:06 2014 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Thu Dec 18 14:32:14 2014 -0500 |
tree | a1db1999389a7f86327dec5fe04a8f49ba6e2593 | |
parent | f86afecf0defbc8d046bc7a7c5fc19a8c9ba1364 [diff] |
drm/msm/mdp5: update irqs on crtc<->encoder link change If crtc <-> encoder linkage changes, we could end up with the CRTC listening for the wrong error or vsync irqs. Generally this problem would correct itself relatively quickly, since we update the global irqmask after dispatching irqs, but to be sure let the CRTC trigger update_irq(). Signed-off-by: Rob Clark <robdclark@gmail.com>