Searched defs:IS_DISPLAY_STEP (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h112 #define IS_DISPLAY_STEP(xe, first, last) ({u8 __step = (xe)->info.step.display; first <= __step && __step <= last; }) macro
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h426 #define IS_DISPLAY_STEP(__i915, since, until) \ macro

Completed in 210 milliseconds