commit | 460b15adc9baab3dd403191b14c34647a24c1fcc | [log] [tgz] |
---|---|---|
author | Icenowy Zheng <icenowy@aosc.io> | Wed Nov 01 22:18:06 2017 +0800 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Nov 06 13:43:28 2017 +0530 |
tree | 183c3438a555bb1cc649eea0484a9264af36577c | |
parent | 43ede0bca7fc1590b623832b743213b818257a27 [diff] |
video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized When HDMI is not initialized (e.g. no monitor is plugged), the current SimpleFB code will still create a broken SimpleFB node. Detect whether HDMI is initialized when creating SimpleFB node. Fixes: be5b96f0e411 ("sunxi: setup simplefb for Allwinner DE2") Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Reviewed-by: Jagan Teki <jagan@openedev.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>