Skip to content

Commit

Permalink
packagegroup-fsl-tools-gpu-external: Add glmark2 for Wayland backend
Browse files Browse the repository at this point in the history
The glmark2 now can be added for i.MX6QDL and i.MX6SX SoCs. For the
i.MX6SL it cannot be enabled as it does not have 3D GPU.

Signed-off-by: Otavio Salvador <[email protected]>
Acked-by: Daiane Angolini <[email protected]>
  • Loading branch information
otavio committed Aug 5, 2015
1 parent 2a0c2c9 commit 96bfe98
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ SOC_GPU_TOOLS_FB_mx6dl = "eglinfo-fb"
SOC_GPU_TOOLS_FB_mx6sx = "eglinfo-fb"

SOC_GPU_TOOLS_WAYLAND = ""
SOC_GPU_TOOLS_WAYLAND_mx6q = "glmark2"
SOC_GPU_TOOLS_WAYLAND_mx6dl = "glmark2"
SOC_GPU_TOOLS_WAYLAND_mx6sx = "glmark2"

SOC_GPU_TOOLS_DIRECTFB = ""

Expand Down

0 comments on commit 96bfe98

Please sign in to comment.