Lines Matching refs:xe
9 * "Adaptation header" to allow i915 display to also build for xe driver.
10 * TODO: refactor i915 and xe so this can cease to exist
25 #define IS_PLATFORM(xe, x) ((xe)->info.platform == x)
76 #define IS_MOBILE(xe) (xe && 0)
78 #define IS_TIGERLAKE_UY(xe) (xe && 0)
79 #define IS_COMETLAKE_ULX(xe) (xe && 0)
80 #define IS_COFFEELAKE_ULX(xe) (xe && 0)
81 #define IS_KABYLAKE_ULX(xe) (xe && 0)
82 #define IS_SKYLAKE_ULX(xe) (xe && 0)
83 #define IS_HASWELL_ULX(xe) (xe && 0)
84 #define IS_COMETLAKE_ULT(xe) (xe && 0)
85 #define IS_COFFEELAKE_ULT(xe) (xe && 0)
86 #define IS_KABYLAKE_ULT(xe) (xe && 0)
87 #define IS_SKYLAKE_ULT(xe) (xe && 0)
89 #define IS_DG2_G10(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G10)
90 #define IS_DG2_G11(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G11)
91 #define IS_DG2_G12(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_DG2_G12)
92 #define IS_RAPTORLAKE_U(xe) ((xe)->info.subplatform == XE_SUBPLATFORM_ALDERLAKE_P_RPLU)
93 #define IS_ICL_WITH_PORT_F(xe) (xe && 0)
94 #define HAS_FLAT_CCS(xe) (xe_device_has_flat_ccs(xe))
96 #define HAS_128_BYTE_Y_TILING(xe) (xe || 1)