mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
After insert HDMI reboot only, insert cvbs display become green
This commit is contained in:
@@ -324,7 +324,7 @@ static int rk31xx_lvds_en(void)
|
||||
struct rk_lvds_device *lvds = rk31xx_lvds;
|
||||
struct rk_screen *screen;
|
||||
|
||||
if (unlikely(!lvds) || lvds->sys_state)
|
||||
if (unlikely(!lvds))//|| lvds->sys_state)
|
||||
return 0;
|
||||
|
||||
screen = &lvds->screen;
|
||||
|
||||
Reference in New Issue
Block a user