Searched refs:IS_DISPLAY_STEP (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | i915_drv.h | 1331 #define IS_DISPLAY_STEP(__i915, since, until) \ macro 1516 (IS_KABYLAKE(dev_priv) && IS_DISPLAY_STEP(dev_priv, since, until)) 1521 (IS_JSL_EHL(p) && IS_DISPLAY_STEP(p, since, until)) 1525 IS_DISPLAY_STEP(__i915, since, until)) 1536 (IS_ROCKETLAKE(p) && IS_DISPLAY_STEP(p, since, until)) 1541 (IS_DG1(p) && IS_DISPLAY_STEP(p, since, until)) 1545 IS_DISPLAY_STEP(__i915, since, until)) 1553 IS_DISPLAY_STEP(__i915, since, until)) 1582 IS_DISPLAY_STEP(__i915, since, until))
|