commit | 9cdced8a39c04cf798ddb2a27cb5952f7d39f633 | [log] [tgz] |
---|---|---|
author | Koji Matsuoka <koji.matsuoka.xm@renesas.com> | Mon Apr 18 16:31:30 2016 +0900 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Nov 15 01:44:50 2016 +0200 |
tree | e00c8f9060a77501295b6c6ba8de5a1c96d5e84f | |
parent | a3c477b33d6cf015fed50fe5ee23f57e2d579ef4 [diff] |
drm: rcar-du: Fix display timing controller parameter There is a bug in the setting of the DES (Display Enable Signal) register. This current setting occurs 1 dot left shift. The DES register should be set minus one value about the specifying value with H/W specification. This patch corrects it. Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>