diff mbox series

[libdrm] intel: sync i915_pciids.h with kernel

Message ID 20200820084642.26562-1-adam.miszczak@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [libdrm] intel: sync i915_pciids.h with kernel | expand

Commit Message

Adam Miszczak Aug. 20, 2020, 8:46 a.m. UTC
Add DG1 and clean-up VLV PCI IDs.

Align with kernel commits:
f2bde2546b81 ("drm/i915: Remove dubious Valleyview PCI IDs")
fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs")

Signed-off-by: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
---
 intel/i915_pciids.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Souza, Jose Aug. 20, 2020, 5:24 p.m. UTC | #1
On Thu, 2020-08-20 at 10:46 +0200, Adam Miszczak wrote:
> Add DG1 and clean-up VLV PCI IDs.
> 
> Align with kernel commits:
> f2bde2546b81 ("drm/i915: Remove dubious Valleyview PCI IDs")
> fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs")
> 

Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

But the current process for libdrm patches is to open a merge request in Freedesktop gitlab, when you do CC me.

> Signed-off-by: Adam Miszczak <
> adam.miszczak@linux.intel.com
> >
> Cc: José Roberto de Souza <
> jose.souza@intel.com
> >
> ---
>  intel/i915_pciids.h | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h
> index d6cb2899..8e7ae30e 100644
> --- a/intel/i915_pciids.h
> +++ b/intel/i915_pciids.h
> @@ -258,9 +258,7 @@
>  	INTEL_VGA_DEVICE(0x0f30, info), \
>  	INTEL_VGA_DEVICE(0x0f31, info), \
>  	INTEL_VGA_DEVICE(0x0f32, info), \
> -	INTEL_VGA_DEVICE(0x0f33, info), \
> -	INTEL_VGA_DEVICE(0x0157, info), \
> -	INTEL_VGA_DEVICE(0x0155, info)
> +	INTEL_VGA_DEVICE(0x0f33, info)
>  
>  #define INTEL_BDW_ULT_GT1_IDS(info) \
>  	INTEL_VGA_DEVICE(0x1606, info), /* GT1 ULT */ \
> @@ -618,4 +616,8 @@
>  	INTEL_VGA_DEVICE(0x4C90, info), \
>  	INTEL_VGA_DEVICE(0x4C9A, info)
>  
> +/* DG1 */
> +#define INTEL_DG1_IDS(info) \
> +	INTEL_VGA_DEVICE(0x4905, info)
> +
>  #endif /* _I915_PCIIDS_H */
>
diff mbox series

Patch

diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h
index d6cb2899..8e7ae30e 100644
--- a/intel/i915_pciids.h
+++ b/intel/i915_pciids.h
@@ -258,9 +258,7 @@ 
 	INTEL_VGA_DEVICE(0x0f30, info), \
 	INTEL_VGA_DEVICE(0x0f31, info), \
 	INTEL_VGA_DEVICE(0x0f32, info), \
-	INTEL_VGA_DEVICE(0x0f33, info), \
-	INTEL_VGA_DEVICE(0x0157, info), \
-	INTEL_VGA_DEVICE(0x0155, info)
+	INTEL_VGA_DEVICE(0x0f33, info)
 
 #define INTEL_BDW_ULT_GT1_IDS(info) \
 	INTEL_VGA_DEVICE(0x1606, info), /* GT1 ULT */ \
@@ -618,4 +616,8 @@ 
 	INTEL_VGA_DEVICE(0x4C90, info), \
 	INTEL_VGA_DEVICE(0x4C9A, info)
 
+/* DG1 */
+#define INTEL_DG1_IDS(info) \
+	INTEL_VGA_DEVICE(0x4905, info)
+
 #endif /* _I915_PCIIDS_H */