> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of Ville
> Syrjala
> Sent: Thursday, July 16, 2020 10:21 AM
> To: [email protected]
> Subject: [Intel-gfx] [PATCH 12/14] drm/i915: Sort CNL PCI IDs
> 
> From: Ville Syrjälä <[email protected]>
> 
> Sort the CNL PCI IDs numerically. Some order seems better than
> randomness.
> 
> Cc: Alexei Podtelezhnikov <[email protected]>
> Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Anusha Srivatsa <[email protected]>

> ---
>  include/drm/i915_pciids.h | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index
> c48c2b76aa7d..33a72e6eadd8 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -543,23 +543,23 @@
> 
>  /* CNL */
>  #define INTEL_CNL_PORT_F_IDS(info) \
> -     INTEL_VGA_DEVICE(0x5A54, info), \
> -     INTEL_VGA_DEVICE(0x5A5C, info), \
>       INTEL_VGA_DEVICE(0x5A44, info), \
> -     INTEL_VGA_DEVICE(0x5A4C, info)
> +     INTEL_VGA_DEVICE(0x5A4C, info), \
> +     INTEL_VGA_DEVICE(0x5A54, info), \
> +     INTEL_VGA_DEVICE(0x5A5C, info)
> 
>  #define INTEL_CNL_IDS(info) \
>       INTEL_CNL_PORT_F_IDS(info), \
> -     INTEL_VGA_DEVICE(0x5A51, info), \
> -     INTEL_VGA_DEVICE(0x5A59, info), \
> +     INTEL_VGA_DEVICE(0x5A40, info), \
>       INTEL_VGA_DEVICE(0x5A41, info), \
> -     INTEL_VGA_DEVICE(0x5A49, info), \
> -     INTEL_VGA_DEVICE(0x5A52, info), \
> -     INTEL_VGA_DEVICE(0x5A5A, info), \
>       INTEL_VGA_DEVICE(0x5A42, info), \
> +     INTEL_VGA_DEVICE(0x5A49, info), \
>       INTEL_VGA_DEVICE(0x5A4A, info), \
>       INTEL_VGA_DEVICE(0x5A50, info), \
> -     INTEL_VGA_DEVICE(0x5A40, info)
> +     INTEL_VGA_DEVICE(0x5A51, info), \
> +     INTEL_VGA_DEVICE(0x5A52, info), \
> +     INTEL_VGA_DEVICE(0x5A59, info), \
> +     INTEL_VGA_DEVICE(0x5A5A, info)
> 
>  /* ICL */
>  #define INTEL_ICL_PORT_F_IDS(info) \
> --
> 2.26.2
> 
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to