commit | 2a57e9b5af2b96c45d8c73d34416e5dfa5dd38d9 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Apr 28 18:01:45 2015 +0300 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon May 25 15:34:12 2015 +0300 |
tree | c10facea26db9c7c7460fc6762c9eb3633fcff69 | |
parent | 08058611958bc161b1de991b494373b8bce56e6b [diff] |
drm: rcar-du: Keep plane to CRTC associations when disabling a plane Changing the plane to CRTC associations requires restarting the CRTC group, creating visible flicker. Mitigate the issue by changing plane association only when a plane becomes enabled, not when it get disabled. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>