[Intel-gfx] [PATCH libdrm 3/3] intel: PCI Ids for U SKU in CFL

Rodrigo Vivi rodrigo.vivi at gmail.com
Thu Jun 29 17:55:30 UTC 2017


series merged to libdrm. thanks for patches and review.

On Wed, Jun 28, 2017 at 2:09 PM, Clint Taylor
<clinton.a.taylor at intel.com> wrote:
>
>
> On 06/21/2017 09:39 AM, Anusha Srivatsa wrote:
>>
>> Add the PCI IDs for U SKU IN CFL by following the spec.
>>
>> v2: Update IDs
>>
>> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
>> Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
>> ---
>>   intel/intel_chipset.h | 12 +++++++++++-
>>   1 file changed, 11 insertions(+), 1 deletion(-)
>>
>> diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
>> index 4da145c..8a0d4ff 100644
>> --- a/intel/intel_chipset.h
>> +++ b/intel/intel_chipset.h
>> @@ -228,6 +228,10 @@
>>   #define PCI_CHIP_COFFEELAKE_S_GT2_3     0x3E96
>>   #define PCI_CHIP_COFFEELAKE_H_GT2_1     0x3E9B
>>   #define PCI_CHIP_COFFEELAKE_H_GT2_2     0x3E94
>> +#define PCI_CHIP_COFFEELAKE_U_GT3_1     0x3EA5
>> +#define PCI_CHIP_COFFEELAKE_U_GT3_2     0x3EA6
>> +#define PCI_CHIP_COFFEELAKE_U_GT3_3     0x3EA7
>> +#define PCI_CHIP_COFFEELAKE_U_GT3_4     0x3EA8
>
> Matches values in i915 driver.
> Reviewed-by: Clinton Taylor <clinton.a.taylor at intel.com>
>
>>     #define IS_MOBILE(devid)    ((devid) == PCI_CHIP_I855_GM || \
>>                                  (devid) == PCI_CHIP_I915_GM || \
>> @@ -469,8 +473,14 @@
>>   #define IS_CFL_H(devid)         ((devid) == PCI_CHIP_COFFEELAKE_H_GT2_1
>> || \
>>                                    (devid) == PCI_CHIP_COFFEELAKE_H_GT2_2)
>>   +#define IS_CFL_U(devid)         ((devid) == PCI_CHIP_COFFEELAKE_U_GT3_1
>> || \
>> +                                 (devid) == PCI_CHIP_COFFEELAKE_U_GT3_2
>> || \
>> +                                 (devid) == PCI_CHIP_COFFEELAKE_U_GT3_3
>> || \
>> +                                 (devid) == PCI_CHIP_COFFEELAKE_U_GT3_4)
>> +
>>   #define IS_COFFEELAKE(devid)   (IS_CFL_S(devid) || \
>> -                               IS_CFL_H(devid))
>> +                               IS_CFL_H(devid) || \
>> +                               IS_CFL_U(devid))
>>     #define IS_GEN9(devid)              (IS_SKYLAKE(devid)  || \
>>                                  IS_BROXTON(devid)  || \
>
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Rodrigo Vivi
Blog: http://blog.vivi.eng.br


More information about the Intel-gfx mailing list