Re: [PATCH 2/4] scripts/update-linux-headers: include PCI ID header for Intel GPUs

2025-02-06 Thread Cornelia Huck
On Thu, Feb 06 2025, Corvin Köhne wrote: > From: Corvin Köhne > > We've recently imported the PCI ID header for Intel GPUs into our tree. > Add it to our helper script to make it easier for us to sync this file > in the future. > > Signed-off-by: Corvin Köhne > --- > scripts/update-linux-heade

[PATCH 2/4] scripts/update-linux-headers: include PCI ID header for Intel GPUs

2025-02-06 Thread Corvin Köhne
From: Corvin Köhne We've recently imported the PCI ID header for Intel GPUs into our tree. Add it to our helper script to make it easier for us to sync this file in the future. Signed-off-by: Corvin Köhne --- scripts/update-linux-headers.sh | 6 ++ 1 file changed, 6 insertions(+) diff --g