Searched refs:IS_DISPLAY_STEP (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | i915_drv.h | 495 #define IS_DISPLAY_STEP(__i915, since, until) \ macro 699 (IS_KABYLAKE(dev_priv) && IS_DISPLAY_STEP(dev_priv, since, until)) 704 (IS_JSL_EHL(p) && IS_DISPLAY_STEP(p, since, until)) 708 IS_DISPLAY_STEP(__i915, since, until)) 719 (IS_ROCKETLAKE(p) && IS_DISPLAY_STEP(p, since, until)) 724 (IS_DG1(p) && IS_DISPLAY_STEP(p, since, until)) 728 IS_DISPLAY_STEP(__i915, since, until)) 736 IS_DISPLAY_STEP(__i915, since, until)) 766 IS_DISPLAY_STEP(__i915, since, until))
|