]> Git Repo - J-u-boot.git/commit
sunxi: Fix display timing flags
authorGiulio Benetti <[email protected]>
Tue, 16 Jan 2018 16:43:48 +0000 (17:43 +0100)
committerJagan Teki <[email protected]>
Mon, 22 Jan 2018 08:23:08 +0000 (13:53 +0530)
commit3900b45125dea0476c03f413ec80201865bfde70
tree55cb7042c1b8fadedc983750e3acd8742d85527d
parent557767ed29968af0294e3aae48433e5d5a298e0b
sunxi: Fix display timing flags

flags member of struct timing was not initialized,
this took to unpredictable behaviour of display flags,
such DISPLAY_FLAGS_HSYNC_HIGH instead of _LOW etc.

Init timing->flags = 0

Signed-off-by: Giulio Benetti <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
drivers/video/sunxi/sunxi_display.c
This page took 0.036369 seconds and 4 git commands to generate.