From 29696ca8c5c4d0121fb9ce8d1c6f6d9caf3c5fa0 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 8 Jun 2022 18:48:13 +0200 Subject: [PATCH] wam: ignore GPU block list Force GPU acceleration in all platforms even if they are in the block list. Signed-off-by: Jose Dapena Paz Change-Id: Ia598f8dd986ff769aed6692c037e03e10e68a5ef --- recipes-wam/wam/files/WebAppMgr.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wam/wam/files/WebAppMgr.service b/recipes-wam/wam/files/WebAppMgr.service index 082a488cc..0dfe971df 100644 --- a/recipes-wam/wam/files/WebAppMgr.service +++ b/recipes-wam/wam/files/WebAppMgr.service @@ -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 -- 2.16.6