artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d1888
)
remove duplicate defines, merge error from local patches
author
jsg
<jsg@openbsd.org>
Thu, 18 Jan 2024 07:52:37 +0000
(07:52 +0000)
committer
jsg
<jsg@openbsd.org>
Thu, 18 Jan 2024 07:52:37 +0000
(07:52 +0000)
sys/dev/pci/drm/i915/intel_device_info.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/intel_device_info.h
b/sys/dev/pci/drm/i915/intel_device_info.h
index
32272a8
..
dbfe644
100644
(file)
--- a/
sys/dev/pci/drm/i915/intel_device_info.h
+++ b/
sys/dev/pci/drm/i915/intel_device_info.h
@@
-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,