Home
last modified time | relevance | path

Searched refs:xe_device_has_flat_ccs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h98 #define HAS_FLAT_CCS(xe) (xe_device_has_flat_ccs(xe))
/linux/drivers/gpu/drm/xe/
H A Dxe_device.h146 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs() function
H A Dxe_device.c902 return xe_device_has_flat_ccs(xe) ? in xe_device_ccs_bytes()
H A Dxe_bo.c2275 if (!xe_device_has_flat_ccs(xe) || bo->ttm.type != ttm_bo_type_device) in xe_bo_needs_ccs_pages()