We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062d59e commit dd10595Copy full SHA for dd10595
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
@@ -83,7 +83,7 @@ static inline struct drm_i915_private *kdev_to_i915(struct device *kdev)
83
#define HAS_GMD_ID(xe) GRAPHICS_VERx100(xe) >= 1270
84
85
/* Workarounds not handled yet */
86
-#define IS_DISPLAY_STEP(xe, first, last) ({u8 __step = (xe)->info.step.display; first <= __step && __step <= last; })
+#define IS_DISPLAY_STEP(xe, first, last) ({u8 __step = (xe)->info.step.display; first <= __step && __step < last; })
87
88
#define IS_LP(xe) (0)
89
#define IS_GEN9_LP(xe) (0)
0 commit comments