[PATCH i-g-t 04/10] lib: sync i915_pciids.h with kernel commit 5c8c22adc802
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed May 22 16:10:05 UTC 2024
On Wed, May 22, 2024 at 01:35:17PM +0300, Jani Nikula wrote:
> Synchronize i915_pciids.h with kernel commit:
>
> 5c8c22adc802 ("drm/i915/pciids: add INTEL_IVB_IDS()")
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
> ---
> lib/i915_pciids.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index 0d48c493dcce..16778d92346b 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -177,6 +177,10 @@
> INTEL_IVB_D_GT1_IDS(info), \
> INTEL_IVB_D_GT2_IDS(info)
>
> +#define INTEL_IVB_IDS(info) \
> + INTEL_IVB_M_IDS(info), \
> + INTEL_IVB_D_IDS(info)
> +
> #define INTEL_IVB_Q_IDS(info) \
> INTEL_QUANTA_VGA_DEVICE(info) /* Quanta transcode */
>
> --
> 2.39.2
>
More information about the igt-dev
mailing list