mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-20 00:52:01 +00:00
parent
fd62057c47
commit
26f725f826
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user