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

Chris Wilson chris at chris-wilson.co.uk
Tue Apr 21 09:29:14 UTC 2020


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_icelake_info = {
> +       .gen = 0116,
.gen = 0130 /* 11 */

> +};
> +
> +static const struct intel_device_info intel_elkhartlake_info = {
> +       .gen = 0117,
.gen = 0131

> +};
> +
> +static const struct intel_device_info intel_tigerlake_info = {
> +       .gen = 0120,
.gen = 0140 /* 12 */

You definitely do not want to feed them through the gen9 assembler.
-Chris


More information about the Intel-gfx mailing list