Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_drv.h441 #define IS_DISPLAY_STEP(__i915, since, until) \ macro
645 (IS_KABYLAKE(dev_priv) && IS_DISPLAY_STEP(dev_priv, since, until))
650 (IS_JSL_EHL(p) && IS_DISPLAY_STEP(p, since, until))
654 IS_DISPLAY_STEP(__i915, since, until))
665 (IS_ROCKETLAKE(p) && IS_DISPLAY_STEP(p, since, until))
670 (IS_DG1(p) && IS_DISPLAY_STEP(p, since, until))
674 IS_DISPLAY_STEP(__i915, since, until))
682 IS_DISPLAY_STEP(__i915, since, until))
697 IS_DISPLAY_STEP(__i915, since, until))
724 IS_DISPLAY_STEP(__i915, since, until))

Completed in 7 milliseconds