Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_drv.h1328 #define INTEL_DISPLAY_STEP(__i915) (RUNTIME_INFO(__i915)->step.display_step) argument
1329 #define INTEL_GT_STEP(__i915) (RUNTIME_INFO(__i915)->step.gt_step) argument
1331 #define IS_DISPLAY_STEP(__i915, since, until) \ argument
1335 #define IS_GT_STEP(__i915, since, until) \ argument
1523 #define IS_TGL_DISPLAY_STEP(__i915, since, until) \ argument
1527 #define IS_TGL_UY_GT_STEP(__i915, since, until) \ argument
1531 #define IS_TGL_GT_STEP(__i915, since, until) \ argument
1543 #define IS_ADLS_DISPLAY_STEP(__i915, since, until) \ argument
1547 #define IS_ADLS_GT_STEP(__i915, since, until) \ argument
1551 #define IS_ADLP_DISPLAY_STEP(__i915, since, until) \ argument
[all …]