Lines Matching defs:xe
47 #define IS_PLATFORM(xe, x) ((xe)->info.platform == x) argument
100 #define INTEL_DISPLAY_ENABLED(xe) (HAS_DISPLAY((xe)) && !intel_opregion_headless_sku((xe))) argument
102 #define IS_GRAPHICS_VER(xe, first, last) \ argument
105 #define IS_MOBILE(xe) (xe && 0) argument
106 #define HAS_LLC(xe) (!IS_DGFX((xe))) argument
108 #define HAS_GMD_ID(xe) GRAPHICS_VERx100(xe) >= 1270 argument
111 #define IS_DISPLAY_STEP(xe, first, last) ({u8 __step = (xe)->info.step.display; first <= __step && … argument
112 #define IS_GRAPHICS_STEP(xe, first, last) ({u8 __step = (xe)->info.step.graphics; first <= __step &… argument
114 #define IS_LP(xe) (0) argument
115 #define IS_GEN9_LP(xe) (0) argument
116 #define IS_GEN9_BC(xe) (0) argument
118 #define IS_TIGERLAKE_UY(xe) (xe && 0) argument
119 #define IS_COMETLAKE_ULX(xe) (xe && 0) argument
120 #define IS_COFFEELAKE_ULX(xe) (xe && 0) argument
121 #define IS_KABYLAKE_ULX(xe) (xe && 0) argument
122 #define IS_SKYLAKE_ULX(xe) (xe && 0) argument
123 #define IS_HASWELL_ULX(xe) (xe && 0) argument
124 #define IS_COMETLAKE_ULT(xe) (xe && 0) argument
125 #define IS_COFFEELAKE_ULT(xe) (xe && 0) argument
126 #define IS_KABYLAKE_ULT(xe) (xe && 0) argument
127 #define IS_SKYLAKE_ULT(xe) (xe && 0) argument
129 #define IS_DG1_GRAPHICS_STEP(xe, first, last) (IS_DG1(xe) && IS_GRAPHICS_STEP(xe, first, last)) argument
130 #define IS_DG2_GRAPHICS_STEP(xe, variant, first, last) \ argument
133 #define IS_XEHPSDV_GRAPHICS_STEP(xe, first, last) (IS_XEHPSDV(xe) && IS_GRAPHICS_STEP(xe, first, la… argument
136 #define IS_PVC_BD_STEP(xe, first, last) (!WARN_ON(1) && IS_PONTEVECCHIO(xe)) argument
138 #define IS_TIGERLAKE_DISPLAY_STEP(xe, first, last) (IS_TIGERLAKE(xe) && IS_DISPLAY_STEP(xe, first, … argument
139 #define IS_ROCKETLAKE_DISPLAY_STEP(xe, first, last) (IS_ROCKETLAKE(xe) && IS_DISPLAY_STEP(xe, first… argument
140 #define IS_DG1_DISPLAY_STEP(xe, first, last) (IS_DG1(xe) && IS_DISPLAY_STEP(xe, first, last)) argument
141 #define IS_DG2_DISPLAY_STEP(xe, first, last) (IS_DG2(xe) && IS_DISPLAY_STEP(xe, first, last)) argument
142 #define IS_ADLP_DISPLAY_STEP(xe, first, last) (IS_ALDERLAKE_P(xe) && IS_DISPLAY_STEP(xe, first, las… argument
143 #define IS_ADLS_DISPLAY_STEP(xe, first, last) (IS_ALDERLAKE_S(xe) && IS_DISPLAY_STEP(xe, first, las… argument
144 #define IS_JSL_EHL_DISPLAY_STEP(xe, first, last) (IS_JSL_EHL(xe) && IS_DISPLAY_STEP(xe, first, last… argument
145 #define IS_MTL_DISPLAY_STEP(xe, first, last) (IS_METEORLAKE(xe) && IS_DISPLAY_STEP(xe, first, last)) argument
148 #define IS_MTL_GRAPHICS_STEP(xe, sub, first, last) (IS_METEORLAKE(xe) && IS_DISPLAY_STEP(xe, first,… argument
150 #define IS_DG2_G10(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G10) argument
151 #define IS_DG2_G11(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G11) argument
152 #define IS_DG2_G12(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G12) argument
153 #define IS_RAPTORLAKE_U(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_ALDERLAKE_P_RPLU) argument
154 #define IS_ICL_WITH_PORT_F(xe) (xe && 0) argument
155 #define HAS_FLAT_CCS(xe) (xe_device_has_flat_ccs(xe)) argument
157 #define mkwrite_device_info(xe) (INTEL_INFO(xe)) argument
159 #define HAS_128_BYTE_Y_TILING(xe) (xe || 1) argument
167 struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm); in intel_runtime_pm_get() local
178 struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm); in intel_runtime_pm_get_if_in_use() local
185 struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm); in intel_runtime_pm_put_unchecked() local
217 #define RUNTIME_INFO(xe) (&(xe)->info.i915_runtime) argument