Searched refs:INTEL_DISPLAY_STEP (Results 1 – 2 of 2) sorted by relevance
197 #define INTEL_DISPLAY_STEP(__i915) (DISPLAY_RUNTIME_INFO(__i915)->step) macro200 (drm_WARN_ON(__to_intel_display(__i915)->drm, INTEL_DISPLAY_STEP(__i915) == STEP_NONE), \201 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until))
394 const char *step_name = intel_step_name(INTEL_DISPLAY_STEP(i915)); in intel_get_stepping_info()
Completed in 8 milliseconds