sculpt_manager: support vesa_fb via UI

Issue #5501
This commit is contained in:
Alexander Boettcher 2025-04-10 18:17:15 +02:00 committed by Norman Feske
parent fd62057c47
commit 26f725f826
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ struct Sculpt::Fb_driver : private Noncopyable
gen_parent_route<Platform::Session>(xml);
gen_capture_route(xml);
gen_parent_rom_route(xml, "vesa_fb");
gen_parent_rom_route(xml, "config", "config -> fb");
gen_parent_rom_route(xml, "config", "config -> managed/fb");
gen_parent_route<Io_mem_session>(xml);
gen_parent_route<Io_port_session>(xml);
gen_common_routes(xml);

View File

@ -100,7 +100,7 @@ void Graph::_view_selected_node_content(Scope<Depgraph, Frame, Vbox> &s,
if (name == "ram_fs")
s.widget(_ram_fs_widget, _selected_target, _ram_fs_state);
if (name == "intel_fb")
if (name == "intel_fb" || name == "vesa_fb")
s.widget(_fb_widget, _fb_connectors, _fb_config, _hovered_display);
String<100> const