remove duplicate defines, merge error from local patches
authorjsg <jsg@openbsd.org>
Thu, 18 Jan 2024 07:52:37 +0000 (07:52 +0000)
committerjsg <jsg@openbsd.org>
Thu, 18 Jan 2024 07:52:37 +0000 (07:52 +0000)
sys/dev/pci/drm/i915/intel_device_info.h

index 32272a8..dbfe644 100644 (file)
@@ -133,17 +133,6 @@ enum intel_platform {
 #define INTEL_SUBPLATFORM_M    0
 #define INTEL_SUBPLATFORM_P    1
 
-/* ADL */
-#define INTEL_SUBPLATFORM_RPL  0
-
-/* ADL-P */
-/*
- * As #define INTEL_SUBPLATFORM_RPL 0 will apply
- * here too, SUBPLATFORM_N will have different
- * bit set
- */
-#define INTEL_SUBPLATFORM_N    1
-
 enum intel_ppgtt_type {
        INTEL_PPGTT_NONE = I915_GEM_PPGTT_NONE,
        INTEL_PPGTT_ALIASING = I915_GEM_PPGTT_ALIASING,