wam: ignore GPU block list 28/27628/3
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 8 Jun 2022 16:48:13 +0000 (18:48 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 14 Jun 2022 16:13:37 +0000 (16:13 +0000)
Force GPU acceleration in all platforms even if they are in the
block list.

Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Ia598f8dd986ff769aed6692c037e03e10e68a5ef

recipes-wam/wam/files/WebAppMgr.service

index 082a488..0dfe971 100644 (file)
@@ -22,7 +22,7 @@ Type=simple
 UMask=0077
 OOMScoreAdjust=-1000
 EnvironmentFile=-/etc/default/WebAppMgr.env
-ExecStart=/usr/bin/WebAppMgr --use-gl=egl --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --use-viz-fmp-with-timeout=0 --in-process-gpu --remote-debugging-port=9998 --user-data-dir="/home/%u/wamdata" --webos-wam --agl-shell-appid=homescreen --disable-gpu-vsync
+ExecStart=/usr/bin/WebAppMgr --use-gl=egl --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --use-viz-fmp-with-timeout=0 --in-process-gpu --remote-debugging-port=9998 --user-data-dir="/home/%u/wamdata" --webos-wam --agl-shell-appid=homescreen --disable-gpu-vsync --ignore-gpu-blocklist
 ExecStop=pkill -U %U WebAppMgr
 Restart=on-failure
 RestartSec=50