EGL_DEFAULT_DISPLAY on wayland

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EGL_DEFAULT_DISPLAY on wayland

1,206 Views
erikraynolds
Contributor III

Running ARM Compute Library it seems there is no default display suport on ( x ) wayland.

~/ComputeLibrary/build# LD_LIBRARY_PATH=/home/root/ComputeLibrary/build/ ./tests/arm_compute_benchmark
[CORE][09-02-2019 11:23:05][INFO] Can't find valid Mali GPU. Target is set to default.
EGL: Warning: No default display support on wayland
terminate called after throwing an instance of 'std::runtime_error'
what(): in setup_context src/runtime/GLES_COMPUTE/GCScheduler.cpp:88: Failed to get display: 0x3000.
Aborted (core dumped)

On imx8 device it looks like iGPU driver doesn't support EGL_DEFAULT_DISPLAY

Tags (1)
0 Kudos
1 Reply

826 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Erik,

Looks like the ARM compute library does not support vivante GPU, it simple asking for the Mali

[CORE][09-02-2019 11:23:05][INFO] Can't find valid Mali GPU. Target is set to default.

Regards

0 Kudos