Bug 1731480 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Ubuntu 21.04, Nvidia driver 470
1. Shutdown
2. Booted into UEFI: Configured Intel APU as primary graphics controller. Saved. Rebooted.
3. Removed HDMI cable from Nvidia card and plugged it into the mainboard
4. Booted into KDE, started Nightly, noticed it's still using Nvidia.
5. Nvidia X Server settings said PRIME offload is active. Selected "Intel (Power Saving Mode)", saved. It wanted a reboot. Rebooted.
6. Started Nightly and found out it's not qualified for hardware WebRender. GLX/EGL do not matter.

glxinfo
>    Vendor: Intel (0x8086)
>    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x5912)
>    Version: 21.0.3
>    Accelerated: yes
>    Video memory: 3072MB

I remembered bug 1640053 comment 7 as a possible solution, but it does not seem to be correct (anymore?): My Intel laptop, for example, does not have EGL_EXT_output_drm.

second regression: 2021-09-18
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	Intel
gfx.adapters.[0].deviceID 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x8086
gfx.adapters.[1].deviceID 	0x5912
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender_software
gfx.features.hwCompositing.status 	blocked:
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	blocklisted:FEATURE_FAILURE_SOFTWARE_GL
gfx.features.webrender.status 	disabled:FEATURE_FAILURE_NOT_QUALIFIED
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP
gfx.features.omtp.status 	unused 
```

first regression: 2021-06-20
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast 

gfx.features.compositor 	webrender_software
```

good: 2021-06-01
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/iris
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x10de
gfx.adapters.[1].deviceID 	0x1c02
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender
gfx.features.hwCompositing.status 	available
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	available
gfx.features.webrender.status 	available
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	available
gfx.features.omtp.status 	disabled:FEATURE_FAILURE_DISABLED 
```
good=mesa/iris + HW WR, bad=mesa/swrast + software rendering  (about:support was broken in May/June)
mozregression --good 2021-01-18 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 19:34.35 INFO: Last good revision: 77da39e524d64464f0905b4d2f254d4d7bf11a17
> 19:34.35 INFO: First bad revision: 22f7bdbfbd92da789512f446ec3e70660a02070c
> 19:34.35 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=77da39e524d64464f0905b4d2f254d4d7bf11a17&tochange=22f7bdbfbd92da789512f446ec3e70660a02070c

> 22f7bdbfbd92da789512f446ec3e70660a02070c	Robert Mader — Bug 1714069 - Block Mesa software drivers for HW-WR, r=aosmond

good: vendorID=0x8086 + deviceID=0x5912
bad: "Intel" + "Mesa Intel(R) HD Graphics 630 (KBL GT2)"
mozregression --good 2021-06-05 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 11:01.81 INFO: Last good revision: 3b2212d68b0849890b35d676bfb2cdba1e3df2ad
> 11:01.81 INFO: First bad revision: 240cbdff5521cadcc818770a074db3c67a8324fe
> 11:01.81 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3b2212d68b0849890b35d676bfb2cdba1e3df2ad&tochange=240cbdff5521cadcc818770a074db3c67a8324fe

> 240cbdff5521cadcc818770a074db3c67a8324fe	Robert Mader — Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond
Ubuntu 21.04, Nvidia driver 470
1. Shutdown
2. Booted into UEFI: Configured Intel APU as primary graphics controller. Saved. Rebooted.
3. Removed HDMI cable from Nvidia card and plugged it into the mainboard
4. Booted into KDE, started Nightly, noticed it's still using Nvidia.
5. Nvidia X Server settings said PRIME offload is active. Selected "Intel (Power Saving Mode)", saved. It wanted a reboot. Rebooted.
6. Started Nightly and found out it's not qualified for hardware WebRender. GLX/EGL do not matter.

glxinfo
>    Vendor: Intel (0x8086)
>    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x5912)
>    Version: 21.0.3
>    Accelerated: yes
>    Video memory: 3072MB

I remembered bug 1640053 comment 7 as a possible solution, but it does not seem to be correct (anymore?): My Intel laptop, for example, does not have EGL_EXT_output_drm.

after second regression: 2021-09-18
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	Intel
gfx.adapters.[0].deviceID 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x8086
gfx.adapters.[1].deviceID 	0x5912
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender_software
gfx.features.hwCompositing.status 	blocked:
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	blocklisted:FEATURE_FAILURE_SOFTWARE_GL
gfx.features.webrender.status 	disabled:FEATURE_FAILURE_NOT_QUALIFIED
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP
gfx.features.omtp.status 	unused 
```

after first regression: 2021-06-20
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast 

gfx.features.compositor 	webrender_software
```

good: 2021-06-01
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/iris
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x10de
gfx.adapters.[1].deviceID 	0x1c02
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender
gfx.features.hwCompositing.status 	available
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	available
gfx.features.webrender.status 	available
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	available
gfx.features.omtp.status 	disabled:FEATURE_FAILURE_DISABLED 
```
good=mesa/iris + HW WR, bad=mesa/swrast + software rendering  (about:support was broken in May/June)
mozregression --good 2021-01-18 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 19:34.35 INFO: Last good revision: 77da39e524d64464f0905b4d2f254d4d7bf11a17
> 19:34.35 INFO: First bad revision: 22f7bdbfbd92da789512f446ec3e70660a02070c
> 19:34.35 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=77da39e524d64464f0905b4d2f254d4d7bf11a17&tochange=22f7bdbfbd92da789512f446ec3e70660a02070c

> 22f7bdbfbd92da789512f446ec3e70660a02070c	Robert Mader — Bug 1714069 - Block Mesa software drivers for HW-WR, r=aosmond

good: vendorID=0x8086 + deviceID=0x5912
bad: "Intel" + "Mesa Intel(R) HD Graphics 630 (KBL GT2)"
mozregression --good 2021-06-05 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 11:01.81 INFO: Last good revision: 3b2212d68b0849890b35d676bfb2cdba1e3df2ad
> 11:01.81 INFO: First bad revision: 240cbdff5521cadcc818770a074db3c67a8324fe
> 11:01.81 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3b2212d68b0849890b35d676bfb2cdba1e3df2ad&tochange=240cbdff5521cadcc818770a074db3c67a8324fe

> 240cbdff5521cadcc818770a074db3c67a8324fe	Robert Mader — Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond
Ubuntu 21.04, Nvidia driver 470
1. Shutdown
2. Booted into UEFI: Configured Intel APU as primary graphics controller. Saved. Rebooted.
3. Removed HDMI cable from Nvidia card and plugged it into the mainboard
4. Booted into KDE, started Nightly, noticed it's still using Nvidia.
5. Nvidia X Server settings said PRIME offload is active. Selected "Intel (Power Saving Mode)", saved. It wanted a reboot. Rebooted.
6. Started Nightly and found out it's not qualified for hardware WebRender. GLX/EGL do not matter.

glxinfo
>    Vendor: Intel (0x8086)
>    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x5912)
>    Version: 21.0.3
>    Accelerated: yes
>    Video memory: 3072MB

I remembered bug 1640053 comment 7 as a possible solution, but it does not seem to be correct (anymore?): My Intel laptop, for example, does not have EGL_EXT_output_drm. (Edit: Correction: It is supported. Firefox and eglinfo don't seem to list deviceExtensions.)

after second regression: 2021-09-18
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	Intel
gfx.adapters.[0].deviceID 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x8086
gfx.adapters.[1].deviceID 	0x5912
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender_software
gfx.features.hwCompositing.status 	blocked:
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	blocklisted:FEATURE_FAILURE_SOFTWARE_GL
gfx.features.webrender.status 	disabled:FEATURE_FAILURE_NOT_QUALIFIED
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP
gfx.features.omtp.status 	unused 
```

after first regression: 2021-06-20
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast 

gfx.features.compositor 	webrender_software
```

good: 2021-06-01
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/iris
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x10de
gfx.adapters.[1].deviceID 	0x1c02
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender
gfx.features.hwCompositing.status 	available
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	available
gfx.features.webrender.status 	available
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	available
gfx.features.omtp.status 	disabled:FEATURE_FAILURE_DISABLED 
```
good=mesa/iris + HW WR, bad=mesa/swrast + software rendering  (about:support was broken in May/June)
mozregression --good 2021-01-18 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 19:34.35 INFO: Last good revision: 77da39e524d64464f0905b4d2f254d4d7bf11a17
> 19:34.35 INFO: First bad revision: 22f7bdbfbd92da789512f446ec3e70660a02070c
> 19:34.35 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=77da39e524d64464f0905b4d2f254d4d7bf11a17&tochange=22f7bdbfbd92da789512f446ec3e70660a02070c

> 22f7bdbfbd92da789512f446ec3e70660a02070c	Robert Mader — Bug 1714069 - Block Mesa software drivers for HW-WR, r=aosmond

good: vendorID=0x8086 + deviceID=0x5912
bad: "Intel" + "Mesa Intel(R) HD Graphics 630 (KBL GT2)"
mozregression --good 2021-06-05 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 11:01.81 INFO: Last good revision: 3b2212d68b0849890b35d676bfb2cdba1e3df2ad
> 11:01.81 INFO: First bad revision: 240cbdff5521cadcc818770a074db3c67a8324fe
> 11:01.81 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3b2212d68b0849890b35d676bfb2cdba1e3df2ad&tochange=240cbdff5521cadcc818770a074db3c67a8324fe

> 240cbdff5521cadcc818770a074db3c67a8324fe	Robert Mader — Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond
Ubuntu 21.04, Nvidia driver 470
1. Shutdown
2. Booted into UEFI: Configured Intel APU as primary graphics controller. Saved. Rebooted.
3. Removed HDMI cable from Nvidia card and plugged it into the mainboard
4. Booted into KDE, started Nightly, noticed it's still using Nvidia.
5. Nvidia X Server settings said PRIME offload is active. Selected "Intel (Power Saving Mode)", saved. It wanted a reboot. Rebooted.
6. Started Nightly and found out it's not qualified for hardware WebRender. GLX/EGL do not matter.

glxinfo
>    Vendor: Intel (0x8086)
>    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x5912)
>    Version: 21.0.3
>    Accelerated: yes
>    Video memory: 3072MB


after second regression: 2021-09-18
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	Intel
gfx.adapters.[0].deviceID 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x8086
gfx.adapters.[1].deviceID 	0x5912
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender_software
gfx.features.hwCompositing.status 	blocked:
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	blocklisted:FEATURE_FAILURE_SOFTWARE_GL
gfx.features.webrender.status 	disabled:FEATURE_FAILURE_NOT_QUALIFIED
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	unavailable:FEATURE_FAILURE_OPENGL_NEED_HWCOMP
gfx.features.omtp.status 	unused 
```

after first regression: 2021-06-20
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/swrast 

gfx.features.compositor 	webrender_software
```

good: 2021-06-01
```
gfx.adapters.[0].description 	Mesa Intel(R) HD Graphics 630 (KBL GT2)
gfx.adapters.[0].vendorID 	0x8086
gfx.adapters.[0].deviceID 	0x5912
gfx.adapters.[0].subsysID 	null
gfx.adapters.[0].RAM 	0
gfx.adapters.[0].driver 	null
gfx.adapters.[0].driverVendor 	mesa/iris
gfx.adapters.[0].driverVersion 	21.0.3.0
gfx.adapters.[0].driverDate 	null
gfx.adapters.[0].GPUActive 	true
gfx.adapters.[1].description 	null
gfx.adapters.[1].vendorID 	0x10de
gfx.adapters.[1].deviceID 	0x1c02
gfx.adapters.[1].subsysID 	null
gfx.adapters.[1].RAM 	null
gfx.adapters.[1].driver 	null
gfx.adapters.[1].driverVendor 	null
gfx.adapters.[1].driverVersion 	null
gfx.adapters.[1].driverDate 	null
gfx.adapters.[1].GPUActive 	false
gfx.monitors.[0].screenWidth 	2560
gfx.monitors.[0].screenHeight 	1440
gfx.features.compositor 	webrender
gfx.features.hwCompositing.status 	available
gfx.features.gpuProcess.status 	unused
gfx.features.wrQualified.status 	available
gfx.features.webrender.status 	available
gfx.features.wrCompositor.status 	blocklisted:FEATURE_FAILURE_WEBRENDER_COMPOSITOR_DISABLED
gfx.features.wrSoftware.status 	available
gfx.features.openglCompositing.status 	available
gfx.features.omtp.status 	disabled:FEATURE_FAILURE_DISABLED 
```
good=mesa/iris + HW WR, bad=mesa/swrast + software rendering  (about:support was broken in May/June)
mozregression --good 2021-01-18 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 19:34.35 INFO: Last good revision: 77da39e524d64464f0905b4d2f254d4d7bf11a17
> 19:34.35 INFO: First bad revision: 22f7bdbfbd92da789512f446ec3e70660a02070c
> 19:34.35 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=77da39e524d64464f0905b4d2f254d4d7bf11a17&tochange=22f7bdbfbd92da789512f446ec3e70660a02070c

> 22f7bdbfbd92da789512f446ec3e70660a02070c	Robert Mader — Bug 1714069 - Block Mesa software drivers for HW-WR, r=aosmond

good: vendorID=0x8086 + deviceID=0x5912
bad: "Intel" + "Mesa Intel(R) HD Graphics 630 (KBL GT2)"
mozregression --good 2021-06-05 --bad 2021-09-18 --pref gfx.x11-egl.force-disabled:true -a about:telemetry#search=gfx
> 11:01.81 INFO: Last good revision: 3b2212d68b0849890b35d676bfb2cdba1e3df2ad
> 11:01.81 INFO: First bad revision: 240cbdff5521cadcc818770a074db3c67a8324fe
> 11:01.81 INFO: Pushlog:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3b2212d68b0849890b35d676bfb2cdba1e3df2ad&tochange=240cbdff5521cadcc818770a074db3c67a8324fe

> 240cbdff5521cadcc818770a074db3c67a8324fe	Robert Mader — Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond

Back to Bug 1731480 Comment 0