Home
last modified time | relevance | path

Searched refs:IS_DISPLAY_STEP (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Di915_drv.h1353 #define IS_DISPLAY_STEP(__i915, since, until) \ macro
1538 (IS_KABYLAKE(dev_priv) && IS_DISPLAY_STEP(dev_priv, since, until))
1543 (IS_JSL_EHL(p) && IS_DISPLAY_STEP(p, since, until))
1547 IS_DISPLAY_STEP(__i915, since, until))
1558 (IS_ROCKETLAKE(p) && IS_DISPLAY_STEP(p, since, until))
1563 (IS_DG1(p) && IS_DISPLAY_STEP(p, since, until))
1567 IS_DISPLAY_STEP(__i915, since, until))
1575 IS_DISPLAY_STEP(__i915, since, until))
1604 IS_DISPLAY_STEP(__i915, since, until))

Completed in 13 milliseconds