commit | 7eb9f069ff5dd39d44d7ecdf63eb99b429c7dad0 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Fri Aug 26 15:10:14 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Thu Sep 01 22:31:59 2016 +0300 |
tree | 7e19fda5f1a9830b3ce48117a3793832fd2565f8 | |
parent | 63b07a8d8177675c5a4297de477fd511e9be7896 [diff] |
drm/tilcdc: Write DMA base and ceiling address with single instruction Write DMA base and ceiling address with a single instruction, if available. This should make it more unlikely that LCDC would fetch the DMA addresses in the middle of an update. Having bad combination of addresses in dma base and ceiling (e.g base > ceiling) can cause unpredictaple behavior in LCDC. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>