diff mbox

[i-g-t] lib/i915_pciids.h: synchronize with kernel header

Message ID 20171213103834.GD19665@ahiler-desk1.ger.corp.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arkadiusz Hiler Dec. 13, 2017, 10:38 a.m. UTC
On Fri, Dec 08, 2017 at 02:06:46PM -0800, Lucas De Marchi wrote:
> This copies include/drm/i915_pciids.h from kernel as of drm-tip:
> drm-tip: 2017y-12m-08d-21h-06m-35s UTC + patch adding INTEL_CFL_IDS that
> was missing there[1]. The goal is to keep track of the PCI IDs in a
> single place (kernel).
> 
> Right now a simple copy is done to catch up with latest changes there,
> although in future it could be more sofisticated pointing the build
> system to the external header.
> 
> [1] https://patchwork.freedesktop.org/patch/192410/
> 
> Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

---------------------------------------------------------------------------
% (cd igt ; git pw apply 35121)
% diff -u linux/include/drm/i915_pciids.h igt/lib/i915_pciids.h
---------------------------------------------------------------------------

looks good

Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
and merged, thanks!
diff mbox

Patch

--- linux/include/drm/i915_pciids.h     2017-11-21 13:24:48.921774670 +0200
+++ igt/lib/i915_pciids.h       2017-12-12 15:33:02.915711190 +0200
@@ -392,6 +392,12 @@ 
        INTEL_VGA_DEVICE(0x3EA8, info), /* ULT GT3 */ \
        INTEL_VGA_DEVICE(0x3EA5, info)  /* ULT GT3 */

+#define INTEL_CFL_IDS(info) \
+       INTEL_CFL_S_GT1_IDS(info), \
+       INTEL_CFL_S_GT2_IDS(info), \
+       INTEL_CFL_H_GT2_IDS(info), \
+       INTEL_CFL_U_GT3_IDS(info)
+
 /* CNL U 2+2 */
 #define INTEL_CNL_U_GT2_IDS(info) \
        INTEL_VGA_DEVICE(0x5A52, info), \