Hi there, I want to test the GPU Performance if Mali/Panfrost driver is working correct:
I’ve done these setting with the howto from
add-apt-repository ppa:liujianfeng1994/panfork-mesa
add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
Here are the results:
root@rock-5b:/home/andreas# glmark2-es2
arm_release_ver of this libmali is ‘g6p0-01eac0’, rk_so_ver is ‘5’.
glmark2 2021.02
=======================================================
OpenGL Information
GL_VENDOR: ARM
GL_RENDERER: Mali-LODX
GL_VERSION: OpenGL ES 3.2 v1.g6p0-01eac0.efb75e2978d783a80fe78be1bfb0efc1
[build] use-vbo=false: FPS: 505 FrameTime: 1.980 ms
[build] use-vbo=true: FPS: 485 FrameTime: 2.062 ms
[texture] texture-filter=nearest: FPS: 510 FrameTime: 1.961 ms
[texture] texture-filter=linear: FPS: 511 FrameTime: 1.957 ms
[texture] texture-filter=mipmap: FPS: 516 FrameTime: 1.938 ms
[shading] shading=gouraud: FPS: 470 FrameTime: 2.128 ms
[shading] shading=blinn-phong-inf: FPS: 461 FrameTime: 2.169 ms
[shading] shading=phong: FPS: 497 FrameTime: 2.012 ms
[shading] shading=cel: FPS: 547 FrameTime: 1.828 ms
[bump] bump-render=high-poly: FPS: 450 FrameTime: 2.222 ms
[bump] bump-render=normals: FPS: 569 FrameTime: 1.757 ms
[bump] bump-render=height: FPS: 528 FrameTime: 1.894 ms
[effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 539 FrameTime: 1.855 ms
[effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 486 FrameTime: 2.058 ms
[pulsar] light=false:quads=5:texture=false: FPS: 618 FrameTime: 1.618 ms
[desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 315 FrameTime: 3.175 ms
[desktop] effect=shadow:windows=4: FPS: 431 FrameTime: 2.320 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 146 FrameTime: 6.849 ms
[buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 142 FrameTime: 7.042 ms
[buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 197 FrameTime: 5.076 ms
[ideas] speed=duration: FPS: 307 FrameTime: 3.257 ms
[jellyfish] : FPS: 431 FrameTime: 2.320 ms
[terrain] : FPS: 170 FrameTime: 5.882 ms
[shadow] : FPS: 727 FrameTime: 1.376 ms
[refract] : FPS: 297 FrameTime: 3.367 ms
[conditionals] fragment-steps=0:vertex-steps=0: FPS: 800 FrameTime: 1.250 ms
[conditionals] fragment-steps=5:vertex-steps=0: FPS: 597 FrameTime: 1.675 ms
[conditionals] fragment-steps=0:vertex-steps=5: FPS: 602 FrameTime: 1.661 ms
[function] fragment-complexity=low:fragment-steps=5: FPS: 493 FrameTime: 2.028 ms
[function] fragment-complexity=medium:fragment-steps=5: FPS: 493 FrameTime: 2.028 ms
[loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 493 FrameTime: 2.028 ms
[loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 494 FrameTime: 2.024 ms
[loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 495 FrameTime: 2.020 ms
glmark2 Score: 464
=======================================================
root@rock-5b:/home/andreas#
Is this a good Score?
Thanks
Andreas