mbox series

[v2,0/1,SRU,M,N] Add missing RPL P/U CPU IDs

Message ID 20231227013110.1068665-1-acelan.kao@canonical.com
Headers show
Series Add missing RPL P/U CPU IDs | expand

Message

AceLan Kao Dec. 27, 2023, 1:31 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

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

[Impact]
Without the correct GPU ID in the driver, the system will default to
framebuffer mode, and some graphics functions may not work properly.

[Fix]
Below commit included in v6.7-rc1 adds the missing IDs
5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U

[Test case]
1. check the system with GPU ID A7AC or A7AD
2. boot the system into desktop and connecting a monior by HDMI cable
   with HDMI port or Type-C port
3. make sure the external monitor works

[Where problems could occur]
Add only IDs; there is no potential for regression.

Dnyaneshwar Bhadane (1):
  drm/i915/rpl: Update pci ids for RPL P/U

 include/drm/i915_pciids.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Jose Ogando Jan. 2, 2024, 8:59 a.m. UTC | #1
LGTM

Acked-by: Jose Ogando <jose.ogando@canonical.com>

On Wed, 2023-12-27 at 09:31 +0800, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2047398
> 
> [Impact]
> Without the correct GPU ID in the driver, the system will default to
> framebuffer mode, and some graphics functions may not work properly.
> 
> [Fix]
> Below commit included in v6.7-rc1 adds the missing IDs
> 5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U
> 
> [Test case]
> 1. check the system with GPU ID A7AC or A7AD
> 2. boot the system into desktop and connecting a monior by HDMI cable
>    with HDMI port or Type-C port
> 3. make sure the external monitor works
> 
> [Where problems could occur]
> Add only IDs; there is no potential for regression.
> 
> Dnyaneshwar Bhadane (1):
>   drm/i915/rpl: Update pci ids for RPL P/U
> 
>  include/drm/i915_pciids.h | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> -- 
> 2.34.1
> 
>
Tim Gardner Jan. 3, 2024, 5:33 p.m. UTC | #2
On 12/26/23 6:31 PM, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2047398
> 
> [Impact]
> Without the correct GPU ID in the driver, the system will default to
> framebuffer mode, and some graphics functions may not work properly.
> 
> [Fix]
> Below commit included in v6.7-rc1 adds the missing IDs
> 5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U
> 
> [Test case]
> 1. check the system with GPU ID A7AC or A7AD
> 2. boot the system into desktop and connecting a monior by HDMI cable
>     with HDMI port or Type-C port
> 3. make sure the external monitor works
> 
> [Where problems could occur]
> Add only IDs; there is no potential for regression.
> 
> Dnyaneshwar Bhadane (1):
>    drm/i915/rpl: Update pci ids for RPL P/U
> 
>   include/drm/i915_pciids.h | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Roxana Nicolescu Jan. 5, 2024, 11:40 a.m. UTC | #3
On 27/12/2023 02:31, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
>
> BugLink: https://bugs.launchpad.net/bugs/2047398
>
> [Impact]
> Without the correct GPU ID in the driver, the system will default to
> framebuffer mode, and some graphics functions may not work properly.
>
> [Fix]
> Below commit included in v6.7-rc1 adds the missing IDs
> 5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U
>
> [Test case]
> 1. check the system with GPU ID A7AC or A7AD
> 2. boot the system into desktop and connecting a monior by HDMI cable
>     with HDMI port or Type-C port
> 3. make sure the external monitor works
>
> [Where problems could occur]
> Add only IDs; there is no potential for regression.
>
> Dnyaneshwar Bhadane (1):
>    drm/i915/rpl: Update pci ids for RPL P/U
>
>   include/drm/i915_pciids.h | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
>
Applied to mantic master-next branch. Thanks!
Stefan Bader Jan. 12, 2024, 10:05 a.m. UTC | #4
On 27.12.23 02:31, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2047398
> 
> [Impact]
> Without the correct GPU ID in the driver, the system will default to
> framebuffer mode, and some graphics functions may not work properly.
> 
> [Fix]
> Below commit included in v6.7-rc1 adds the missing IDs
> 5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U
> 
> [Test case]
> 1. check the system with GPU ID A7AC or A7AD
> 2. boot the system into desktop and connecting a monior by HDMI cable
>     with HDMI port or Type-C port
> 3. make sure the external monitor works
> 
> [Where problems could occur]
> Add only IDs; there is no potential for regression.
> 
> Dnyaneshwar Bhadane (1):
>    drm/i915/rpl: Update pci ids for RPL P/U
> 
>   include/drm/i915_pciids.h | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
> 

Rejected for the following reasons:
- Already applied in Noble after 6.7 transition.

-Stefan