mbox series

[0/1,SRU,M] i915 cannot probe successfully on HP ZBook Power 16 G11

Message ID 20240604075626.719974-1-acelan.kao@canonical.com
Headers show
Series i915 cannot probe successfully on HP ZBook Power 16 G11 | expand

Message

AceLan Kao June 4, 2024, 7:56 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/2067883

[Impact]
The i915 doesn't load and got below message
Jun 03 04:23:16 kernel: i915 0000:00:02.0: Your graphics device 7dd5 is
not properly supported by i915 in this kernel version. To force driver
probe anyway, use i915.force_probe=7dd5 module parameter or
CONFIG_DRM_I915_FORCE_PROBE=7dd5 configuration option, or (recommended)
check for kernel updates.

[Fix]
Applied below commit fixes the issue
213c43676beb drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake

[Test]
1. boot up mtl system
2. see if the graphics works normal

[Where problems could occur]
We have been using 6.5-oem kernel for quite a long time to support mtl
platforms. So far, we don't see any i915 gfx related issues. So, it should
be safe to remove mtl force_probe on 6.5-hwe kernel.

Radhakrishna Sripada (1):
  drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake

 drivers/gpu/drm/i915/i915_pci.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Paolo Pisati June 4, 2024, 9:33 a.m. UTC | #1
On Tue, Jun 04, 2024 at 03:56:25PM +0800, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2067883

Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Chris Chiu June 4, 2024, 12:17 p.m. UTC | #2
On Tue, Jun 4, 2024 at 3:57 PM AceLan Kao <acelan.kao@canonical.com> wrote:
>
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
>
> BugLink: https://bugs.launchpad.net/bugs/2067883
>
> [Impact]
> The i915 doesn't load and got below message
> Jun 03 04:23:16 kernel: i915 0000:00:02.0: Your graphics device 7dd5 is
> not properly supported by i915 in this kernel version. To force driver
> probe anyway, use i915.force_probe=7dd5 module parameter or
> CONFIG_DRM_I915_FORCE_PROBE=7dd5 configuration option, or (recommended)
> check for kernel updates.
>
> [Fix]
> Applied below commit fixes the issue
> 213c43676beb drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
>
> [Test]
> 1. boot up mtl system
> 2. see if the graphics works normal
>
> [Where problems could occur]
> We have been using 6.5-oem kernel for quite a long time to support mtl
> platforms. So far, we don't see any i915 gfx related issues. So, it should
> be safe to remove mtl force_probe on 6.5-hwe kernel.
>
> Radhakrishna Sripada (1):
>   drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
>
>  drivers/gpu/drm/i915/i915_pci.c | 1 -
>  1 file changed, 1 deletion(-)
>
> --
> 2.34.1
>

Acked-by: Chris Chiu <chris.chiu@canonical.com>

>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Stefan Bader June 5, 2024, 2:21 p.m. UTC | #3
On 04.06.24 09:56, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2067883
> 
> [Impact]
> The i915 doesn't load and got below message
> Jun 03 04:23:16 kernel: i915 0000:00:02.0: Your graphics device 7dd5 is
> not properly supported by i915 in this kernel version. To force driver
> probe anyway, use i915.force_probe=7dd5 module parameter or
> CONFIG_DRM_I915_FORCE_PROBE=7dd5 configuration option, or (recommended)
> check for kernel updates.
> 
> [Fix]
> Applied below commit fixes the issue
> 213c43676beb drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
> 
> [Test]
> 1. boot up mtl system
> 2. see if the graphics works normal
> 
> [Where problems could occur]
> We have been using 6.5-oem kernel for quite a long time to support mtl
> platforms. So far, we don't see any i915 gfx related issues. So, it should
> be safe to remove mtl force_probe on 6.5-hwe kernel.
> 
> Radhakrishna Sripada (1):
>    drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
> 
>   drivers/gpu/drm/i915/i915_pci.c | 1 -
>   1 file changed, 1 deletion(-)
> 

Applied to mantic:linux/master-next. Thanks.

-Stefan