[Intel-gfx] [PATCH v3 1/3] drm/i915: add GT number to intel_device_info

Chris Wilson chris at chris-wilson.co.uk
Wed Aug 30 15:07:31 UTC 2017


Quoting Lionel Landwerlin (2017-08-29 21:42:02)
> Up to Coffeelake we could deduce this GT number from the device ID.
> This doesn't seem to be the case anymore. This change reorders pciids
> per GT and adds a gt field to intel_device_info. We set this field on
> the following platforms :
> 
>    - SNB/IVB/HSW/BDW/SKL/KBL/CFL/CNL
> 
> v2: Add SNB & IVB (Chris)
> 
> v3: Fix compilation error in early-quirks (Lionel)
> 
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

The pci ids and tables motions looks ok, so
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
on that part.

Can you do a
/sbin/modinfo drivers/gpu/drm/i915/i915.ko  | grep ^alias: | wc -l
before/after just to make sure.

Bonus points for marking up all the structs with __initdata
-Chris


More information about the Intel-gfx mailing list