fwiw,

$ uname -r
        7.0.7-200.fc44.x86_64
$ dmesg | grep -Ei "mei|gsc"
        [    5.969069] systemd-modules-load[320]: Inserted module 'mei_gsc'
        [   25.765970] 0x000000001000-0x0000005f0000 : "xe.nvm.2304.GSC"
$ lsmod | grep -Ei "mei|gsc"
        mei_lb                 20480  0
        mei_gsc                12288  1
        mei_me                 65536  1 mei_gsc
        mei                   217088  4 mei_gsc,mei_lb,mei_me
$ rpm -qa | grep -i wsi
        vulkan-wsi-layer-git_main-0.20260512_103550.pgnd.gite220727.fc44.x86_64


benchmarking

        VK_DRIVER_FILES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json vkmark 
--winsys headless --present-mode fifo
vs
        VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json vkmark 
--winsys headless --present-mode fifo


Scene                    llvmpipe    Arc A380    ratio
-----------------------  --------    --------    -----
vertex device-local           889       27981      31x
vertex non-local               840       14027      17x
texture aniso=0               1494       22131      15x
texture aniso=16              1182       21634      18x
shading gouraud                599       22076      37x
shading blinn-phong            598       21687      36x
shading phong                  534       21470      40x
shading cel                    542       21413      39x
effect2d edge                 1237       15249      12x
effect2d blur                  553        9396      17x
desktop                       1108       11814      11x
cube                          2677       30673      11x
clear                        13261       21852       2x
-----------------------  --------    --------    -----
SCORE                         1962       20107      10x

acceleration now clearly working; not terrible for a low-end card

thx again o/
--
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to