Skip to content
Snippets Groups Projects
Commit 6cb38529 authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[A75] remove HDMI-LVDS and LVDS-HDMI framebuffer confict

parent 7cd70531
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ video_mode_t video_mode_list [] = {
.type = VIDEO_HDMI,
.video_args = {
.name = "HDMI",
.buffer = "mxcfb0",
.buffer = "mxcfb1",
.driver = "hdmi",
PANEL_LIST(hdmi_video_spec_list)
},
......@@ -302,7 +302,7 @@ video_mode_t video_mode_list [] = {
.type = VIDEO_LVDS,
.video_args = {
.name = "LVDS ch0",
.buffer = "mxcfb0",
.buffer = "mxcfb1",
.driver = "ldb",
PANEL_LIST(lvds_video_spec_list)
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment