D | i915_drv.h | 473 #define IS_GRAPHICS_VER(i915, from, until) \ argument 479 #define IS_MEDIA_VER(i915, from, until) \ argument 483 #define IS_DISPLAY_VER(i915, from, until) \ argument 495 #define IS_DISPLAY_STEP(__i915, since, until) \ argument 499 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument 503 #define IS_MEDIA_STEP(__i915, since, until) \ argument 507 #define IS_BASEDIE_STEP(__i915, since, until) \ argument 694 #define IS_SKL_GRAPHICS_STEP(p, since, until) (IS_SKYLAKE(p) && IS_GRAPHICS_STEP(p, since, until)) argument 696 #define IS_KBL_GRAPHICS_STEP(dev_priv, since, until) \ argument 698 #define IS_KBL_DISPLAY_STEP(dev_priv, since, until) \ argument [all …]
|