Home
last modified time | relevance | path

Searched defs:IS_GRAPHICS_STEP (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/drivers/gpu/drm/xe/compat-i915-headers/
Di915_drv.h112 #define IS_GRAPHICS_STEP(xe, first, last) ({u8 __step = (xe)->info.step.graphics; first <= __step &… macro
/linux-6.8/drivers/gpu/drm/i915/
Di915_drv.h438 #define IS_GRAPHICS_STEP(__i915, since, until) \ macro