mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
driver_manager: increase intel_fb_drv CAP quota
This commit is contained in:
parent
9899fed654
commit
93e42bf5b9
@ -125,7 +125,7 @@ struct Driver_manager::Intel_fb_driver : Device_driver
|
||||
{
|
||||
xml.node("start", [&] () {
|
||||
_gen_common_start_node_content(xml, "intel_fb_drv", "intel_fb_drv",
|
||||
Ram_quota{20*1024*1024}, Cap_quota{200},
|
||||
Ram_quota{20*1024*1024}, Cap_quota{800},
|
||||
Priority{0});
|
||||
_gen_provides_node<Framebuffer::Session>(xml);
|
||||
xml.node("route", [&] () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user