commit | b6ead864ea893ef55828be0ec0d6c10f7c1c4e30 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Tue Oct 04 16:56:38 2016 -0700 |
committer | Stefan Agner <stefan@agner.ch> | Wed Oct 19 17:02:54 2016 -0700 |
tree | f8ed0e2a9953442636bc3d4b8657159525c44949 | |
parent | 8dedefbc38172f3fcb43a26b6d0e394dcb1ee562 [diff] |
drm/fsl-dcu: do not transfer registers on plane init There is no need to explicitly initiate a register transfer and turn off the DCU after initializing the plane registers. In fact, this is harmful and leads to unnecessary flickers if the DCU has been left on by the bootloader. Signed-off-by: Stefan Agner <stefan@agner.ch> Tested-By: Meng Yi <meng.yi@nxp.com>