com.canonical.certification::suspend/{index}_gl_support_after_suspend_{product_slug} fails if the desktop contains two GPUs and the output is from add-on graphic card
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Provider - Base |
Expired
|
High
|
Unassigned | ||
OEM Priority Project |
Triaged
|
Critical
|
jeremyszu |
Bug Description
* Steps to reproduce:
checkbox-cli run com.canonical.
* Description:
It could get the positive result when
1. systemctl suspend
2. /usr/lib/
```
OpenGL vendor string: X.Org
OpenGL renderer string: AMD OLAND (DRM 2.50.0, 5.6.0-1036-oem, LLVM 10.0.0)
OpenGL version string: 4.5 (Compatibility Profile) Mesa 20.0.8
Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes
Unity 3D supported: yes
```
But if I ran the command from "2_gl_support_
```
--------------[ Running job 6 / 6. Estimated time left: unknown ]---------------
[ Test OpenGL support for Oland [Radeon HD 8570 / R7 240/340 / Radeon 520 OEM] after suspend ]
ID: com.canonical.
Category: com.canonical.
... 8< -------
Setting up PRIME GPU offloading for AMD discrete GPU
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CML GT2)
OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.0.8
Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: no
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes
Unity 3D supported: no
-------
Outcome: job failed
```
BTW, it's a cert blocker issue. Set the importance to Critical.
tags: | added: oem-priority originate-from-1908254 stella |
summary: |
com.canonical.certification::suspend/{index}_gl_support_after_suspend_{product_slug} + fails if the system designs as reverse prime |
summary: |
com.canonical.certification::suspend/{index}_gl_support_after_suspend_{product_slug} - fails if the system designs as reverse prime + fails if the desktop contains two GPUs and the output is from add-on + graphic card |
Changed in oem-priority: | |
assignee: | nobody → jeremyszu (os369510) |
importance: | Undecided → Critical |
status: | New → In Progress |
when it fails, looks the render is no longer AMD but Intel.
Please try to also run the commands triggered by:
Setting up PRIME GPU offloading for AMD discrete GPU
IIRC they are defined in:
https:/ /git.launchpad. net/plainbox- provider- checkbox/ tree/bin/ graphics_ env.sh