Activity log for bug #1955566

Date Who What changed Old value New value Message
2021-12-22 11:39:32 jeremyszu bug added bug
2021-12-22 11:40:11 jeremyszu bug added subscriber OEM Solutions Group: Engineers
2021-12-22 11:40:16 jeremyszu tags oem-priority originate-from-1955371 stella
2021-12-22 11:54:53 jeremyszu description [Impact] * iris driver doesn't load with pci_id 4688. Instead, it uses llvm. we expect the Intel GPU uses iris driver. [Test Plan] * $ DISPLAY=:0 glxinfo | grep -i opengl OpenGL vendor string: Mesa/X.org OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits) ... OpenGL version string: 3.1 Mesa 21.0.3 * After applying the fix, it shows: * $ DISPLAY=:0 glxinfo | grep -i opengl OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) Graphics (ADL-S GT1) ... OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.3 (git-d4975a0dbc) [Where problems could occur] * This patch is backport the PCI ID mapping for enabling iris driver which is expected when users have a GPU. * If there is any issue occur then we need to fix it with iris driver. [Other Info] * It already in upstream and we have a platform which using ADL-HX in OEM project. Thus, we need to enable iris on it at least on focal. * The patch is simple as to add "CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) Graphics")" in "include/pci_ids/iris_pci_ids.h". [Impact]  * iris driver doesn't load with pci_id 4688. Instead, it uses llvm.     we expect the Intel GPU uses iris driver. [Test Plan]  * $ DISPLAY=:0 glxinfo | grep -i opengl OpenGL vendor string: Mesa/X.org OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits) ... OpenGL version string: 3.1 Mesa 21.0.3  * After applying the fix, it shows:  * $ DISPLAY=:0 glxinfo | grep -i opengl OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) Graphics (ADL-S GT1) ... OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.0.3 (git-d4975a0dbc) [Where problems could occur]  * This patch is backport the PCI ID mapping for enabling iris driver which is expected when users have a GPU.  * If there is any issue occur then we need to fix it with iris driver. [Other Info]  * It already in upstream and we have a platform which using ADL-HX in OEM project. Thus, we need to enable iris on it at least on focal.  * The patch is simple as to add "CHIPSET(0x4688, adl_gt1, "ADL-S GT1", "Intel(R) Graphics")" in "include/pci_ids/iris_pci_ids.h". * Patch backported from df5b14969f9869f363bcc8b2a564c85aaa481597
2021-12-22 12:02:47 jeremyszu attachment added mesa_21.0.3-0ubuntu0.3~20.04.6.debdiff https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1955566/+attachment/5549109/+files/mesa_21.0.3-0ubuntu0.3~20.04.6.debdiff
2021-12-22 12:03:23 jeremyszu oem-priority: assignee jeremyszu (os369510)
2021-12-22 12:03:25 jeremyszu oem-priority: importance Undecided Critical
2021-12-22 12:03:27 jeremyszu oem-priority: status New In Progress
2021-12-22 12:08:25 jeremyszu bug added subscriber Ubuntu Sponsors Team
2021-12-22 12:09:33 jeremyszu oem-priority: status In Progress Triaged
2021-12-22 12:09:54 jeremyszu summary iris driver doesn't load correctly iris driver doesn't load correctly on intel pci_id 0x4688
2021-12-23 08:25:44 Dirk Su tags oem-priority originate-from-1955371 stella oem-priority originate-from-1954392 originate-from-1955371 somerville stella
2021-12-24 04:28:10 Mathew Hodson mesa (Ubuntu): importance Undecided Low
2022-01-10 15:01:10 Timo Aaltonen marked as duplicate 1956915
2022-01-10 15:02:09 Timo Aaltonen removed duplicate marker 1956915
2022-01-10 15:02:15 Timo Aaltonen marked as duplicate 1949553