diff mbox series

[libdrm,3/3] intel: Add support for EHL

Message ID 20190715185332.10615-3-lucas.demarchi@intel.com (mailing list archive)
State New, archived
Headers show
Series [libdrm,1/3] intel: sync i915_pciids.h with kernel | expand

Commit Message

Lucas De Marchi July 15, 2019, 6:53 p.m. UTC
From: Rodrigo Vivi <rodrigo.vivi@intel.com>

Add the PCI ID import for EHL.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: James Ausmus <james.ausmus@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 intel/intel_chipset.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Souza, Jose July 29, 2019, 11:52 p.m. UTC | #1
Series is Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

On Mon, 2019-07-15 at 11:53 -0700, Lucas De Marchi wrote:
> From: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> Add the PCI ID import for EHL.
> 
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: James Ausmus <james.ausmus@intel.com>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> ---
>  intel/intel_chipset.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
> index 157c2c7d..f6e37ee7 100644
> --- a/intel/intel_chipset.c
> +++ b/intel/intel_chipset.c
> @@ -36,6 +36,7 @@ static const struct pci_device {
>  } pciids[] = {
>  	/* Keep ids sorted by gen; latest gen first */
>  	INTEL_TGL_12_IDS(12),
> +	INTEL_EHL_IDS(11),
>  	INTEL_ICL_11_IDS(11),
>  	INTEL_CNL_IDS(10),
>  	INTEL_CFL_IDS(9),
Lucas De Marchi July 30, 2019, 12:02 a.m. UTC | #2
On Mon, Jul 29, 2019 at 04:52:30PM -0700, Jose Souza wrote:
>Series is Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

Thanks, applied.

Lucas De Marchi

>
>On Mon, 2019-07-15 at 11:53 -0700, Lucas De Marchi wrote:
>> From: Rodrigo Vivi <rodrigo.vivi@intel.com>
>>
>> Add the PCI ID import for EHL.
>>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Signed-off-by: James Ausmus <james.ausmus@intel.com>
>> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
>> ---
>>  intel/intel_chipset.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
>> index 157c2c7d..f6e37ee7 100644
>> --- a/intel/intel_chipset.c
>> +++ b/intel/intel_chipset.c
>> @@ -36,6 +36,7 @@ static const struct pci_device {
>>  } pciids[] = {
>>  	/* Keep ids sorted by gen; latest gen first */
>>  	INTEL_TGL_12_IDS(12),
>> +	INTEL_EHL_IDS(11),
>>  	INTEL_ICL_11_IDS(11),
>>  	INTEL_CNL_IDS(10),
>>  	INTEL_CFL_IDS(9),
diff mbox series

Patch

diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c
index 157c2c7d..f6e37ee7 100644
--- a/intel/intel_chipset.c
+++ b/intel/intel_chipset.c
@@ -36,6 +36,7 @@  static const struct pci_device {
 } pciids[] = {
 	/* Keep ids sorted by gen; latest gen first */
 	INTEL_TGL_12_IDS(12),
+	INTEL_EHL_IDS(11),
 	INTEL_ICL_11_IDS(11),
 	INTEL_CNL_IDS(10),
 	INTEL_CFL_IDS(9),