Lines Matching defs:__i915

436 #define INTEL_DISPLAY_STEP(__i915) (RUNTIME_INFO(__i915)->step.display_step)  argument
437 #define INTEL_GRAPHICS_STEP(__i915) (RUNTIME_INFO(__i915)->step.graphics_step) argument
438 #define INTEL_MEDIA_STEP(__i915) (RUNTIME_INFO(__i915)->step.media_step) argument
439 #define INTEL_BASEDIE_STEP(__i915) (RUNTIME_INFO(__i915)->step.basedie_step) argument
441 #define IS_DISPLAY_STEP(__i915, since, until) \ argument
445 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument
449 #define IS_MEDIA_STEP(__i915, since, until) \ argument
453 #define IS_BASEDIE_STEP(__i915, since, until) \ argument
652 #define IS_TGL_DISPLAY_STEP(__i915, since, until) \ argument
656 #define IS_TGL_UY_GRAPHICS_STEP(__i915, since, until) \ argument
660 #define IS_TGL_GRAPHICS_STEP(__i915, since, until) \ argument
672 #define IS_ADLS_DISPLAY_STEP(__i915, since, until) \ argument
676 #define IS_ADLS_GRAPHICS_STEP(__i915, since, until) \ argument
680 #define IS_ADLP_DISPLAY_STEP(__i915, since, until) \ argument
684 #define IS_ADLP_GRAPHICS_STEP(__i915, since, until) \ argument
688 #define IS_XEHPSDV_GRAPHICS_STEP(__i915, since, until) \ argument
691 #define IS_MTL_GRAPHICS_STEP(__i915, variant, since, until) \ argument
695 #define IS_MTL_DISPLAY_STEP(__i915, since, until) \ argument
699 #define IS_MTL_MEDIA_STEP(__i915, since, until) \ argument
718 #define IS_DG2_GRAPHICS_STEP(__i915, variant, since, until) \ argument
722 #define IS_DG2_DISPLAY_STEP(__i915, since, until) \ argument
726 #define IS_PVC_BD_STEP(__i915, since, until) \ argument
730 #define IS_PVC_CT_STEP(__i915, since, until) \ argument
852 #define HAS_DSC(__i915) (RUNTIME_INFO(__i915)->has_dsc) argument