[Intel-gfx] [PATCH xf86-video-intel v5] Sync i915_pciids upto 8717c6b7414f

2020-04-21 Thread Liwei Song
Import the kernel's i915_pciids.h, up to: commit 8717c6b7414ffb890672276dccc284c23078ac0e Author: Lee Shawn C Date: Tue Dec 10 23:04:15 2019 +0800 drm/i915/cml: Separate U series pci id from origianl list. Signed-off-by: Liwei Song --- V4 -> V5: adjust gen number V3 -> V4:

Re: [Intel-gfx] [PATCH xf86-video-intel v4] Sync i915_pciids upto 8717c6b7414f

2020-04-21 Thread Liwei Song
On 4/21/20 17:29, Chris Wilson wrote: > Quoting Liwei Song (2020-04-21 09:41:28) >> +static const struct intel_device_info intel_cannonlake_info = { >> + .gen = 0115, > .gen = 0120 /* 10 */ > >> +}; >> + >> +static const struct intel_device_info

[Intel-gfx] [PATCH xf86-video-intel v4] Sync i915_pciids upto 8717c6b7414f

2020-04-21 Thread Liwei Song
Import the kernel's i915_pciids.h, up to: commit 8717c6b7414ffb890672276dccc284c23078ac0e Author: Lee Shawn C Date: Tue Dec 10 23:04:15 2019 +0800 drm/i915/cml: Separate U series pci id from origianl list. Signed-off-by: Liwei Song --- V3 -> V4: Add missed PINEVIEW V2 -> V3:

Re: [Intel-gfx] [PATCH xf86-video-intel v3] Sync i915_pciids upto 8717c6b7414f

2020-04-20 Thread Liwei Song
On 4/21/20 00:21, Ville Syrjälä wrote: > On Mon, Apr 20, 2020 at 04:22:07PM +0800, Liwei Song wrote: >> Import the kernel's i915_pciids.h, up to: >> >> commit 8717c6b7414ffb890672276dccc284c23078ac0e >> Author: Lee Shawn C >> Date: Tue Dec 10 23:04:15

[Intel-gfx] [PATCH xf86-video-intel v3] Sync i915_pciids upto 8717c6b7414f

2020-04-20 Thread Liwei Song
Import the kernel's i915_pciids.h, up to: commit 8717c6b7414ffb890672276dccc284c23078ac0e Author: Lee Shawn C Date: Tue Dec 10 23:04:15 2019 +0800 drm/i915/cml: Separate U series pci id from origianl list. Signed-off-by: Liwei Song --- V2 -> V3: Add 4 new info blocks and add so

Re: [Intel-gfx] [PATCH xf86-video-intel v2] Sync i915_pciids upto 8717c6b7414f

2020-04-19 Thread Liwei Song
On 04/17/2020 09:45 PM, Chris Wilson wrote: >> diff --git a/src/intel_module.c b/src/intel_module.c >> > index a71c2e40b774..e0b94c190254 100644 >> > --- a/src/intel_module.c >> > +++ b/src/intel_module.c >> > @@ -357,7 +357,7 @@ static const struct pci_id_match intel_device_match[] >> > = {

[Intel-gfx] [PATCH xf86-video-intel] Sync i915_pciids upto 8717c6b7414f

2020-04-17 Thread Liwei Song
Import the kernel's i915_pciids.h, up to: commit 8717c6b7414ffb890672276dccc284c23078ac0e Author: Lee Shawn C Date: Tue Dec 10 23:04:15 2019 +0800 drm/i915/cml: Separate U series pci id from origianl list. Signed-off-by: Liwei Song --- src/i915_pciids.h | 265

[Intel-gfx] [PATCH xf86-video-intel v2] Sync i915_pciids upto 8717c6b7414f

2020-04-17 Thread Liwei Song
Import the kernel's i915_pciids.h, up to: commit 8717c6b7414ffb890672276dccc284c23078ac0e Author: Lee Shawn C Date: Tue Dec 10 23:04:15 2019 +0800 drm/i915/cml: Separate U series pci id from origianl list. Signed-off-by: Liwei Song --- Change since V1: replace old definition

Re: [Intel-gfx] [PATCH xf86-video-intel] Sync i915_pciids upto 8717c6b7414f

2020-04-17 Thread Liwei Song
Sorry, please ignore this review, send a wrong version by mistake. Liwei. On 4/17/20 16:29, Liwei Song wrote: > Import the kernel's i915_pciids.h, up to: > > commit 8717c6b7414ffb890672276dccc284c23078ac0e > Author: Lee Shawn C > Date: Tue Dec 10 23:04:15 2019 +0800 >

[Intel-gfx] [PATCH xf86-video-intel] Adding more Coffee Lake PCI IDs

2018-06-29 Thread Liwei Song
Add more Coffeelake PCI IDs based on the following kernel patch: commit c99d7832dcd7423ba352386107118b9bd8b83158 Author: Rodrigo Vivi Date: Wed Dec 20 10:29:19 2017 -0800 drm/i915/cfl: Adding more Coffee Lake PCI IDs. Signed-off-by: Liwei Song --- src/i915_pciids.h | 37

[Intel-gfx] [PATCH xf86-video-intel 0/2] Add CoffeeLake H and U PCI IDs

2018-03-16 Thread Liwei Song
These two patches use to add CoffeeLake H and U PCI IDs to xf86-video-intel to enable graphic support. Thanks, Liwei. Liwei Song (2): Add Coffeelake PCI IDs for H Skus Add Coffeelake PCI IDs for U Skus src/i915_pciids.h | 10 ++ src/intel_module.c | 8 2 files changed

[Intel-gfx] [PATCH xf86-video-intel 2/2] Add Coffeelake PCI IDs for U Skus

2018-03-16 Thread Liwei Song
Add the Coffeelake PCI IDs based on the following kernel patch: commit d29fe702c9cb682df99146d24d06e5455f043101 Author: Anusha Srivatsa <anusha.sriva...@intel.com> Date: Thu Jun 8 16:41:07 2017 -0700 drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku. Signed-off-by: Liwei Song &l

[Intel-gfx] [PATCH xf86-video-intel 1/2] Add Coffeelake PCI IDs for H Skus

2018-03-15 Thread Liwei Song
Add the Coffeelake PCI IDs based on the following kernel patches: commit ccfd13215fd25a0e8c28221f3acc0dcaec11cd15 Author: Anusha Srivatsa <anusha.sriva...@intel.com> Date: Thu Jun 8 16:41:06 2017 -0700 drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku. Signed-off-by: Liwei Song &l