Commits
Dan Carpenter committed 8643bc6d8e3
drm/tegra: dc: Fix bad irqsave/restore in tegra_dc_finish_page_flip() We can't save two values to the IRQ flags at the same time so the IRQs are not enabled at the end. This kind of bug is easy to miss in testing if the function is normally called with IRQs disabled so we wouldn't enable IRQs anyway. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Thierry Reding <treding@nvidia.com>