Searched refs:xe_device_has_flat_ccs (Results 1 – 9 of 9) sorted by relevance
60 #define HAS_FLAT_CCS(xe) (xe_device_has_flat_ccs(xe))
176 if (!xe_device_has_flat_ccs(xe)) { in ccs_test_run_device()465 if (!IS_DGFX(xe) && xe_device_has_flat_ccs(xe)) in shrink_test_run_device()
421 ((xe_device_has_flat_ccs(xe) && copy_only_ccs) ? EMIT_COPY_CCS_DW : 0); in blt_copy()744 if (!xe_device_has_flat_ccs(xe)) { in validate_ccs_test_run_device()
145 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs() function
320 if (GRAPHICS_VER(xe) >= 20 && xe_device_has_flat_ccs(xe)) { in xe_migrate_prepare_vm()386 return xe_device_has_flat_ccs(xe) && !(GRAPHICS_VER(xe) >= 20 && IS_DGFX(xe)); in xe_migrate_needs_ccs_emit()479 if (!IS_DGFX(xe) && xe_device_has_flat_ccs(xe)) in max_mem_transfer_per_pass()784 bool copy_ccs = xe_device_has_flat_ccs(xe) && in xe_migrate_copy()787 bool use_comp_pat = type_device && xe_device_has_flat_ccs(xe) && in xe_migrate_copy()
125 if (mem_type == XE_PL_TT && (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe))) in xe_bo_evict_all_user()
171 if (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe) || in xe_shrinker_runtime_pm_get()
1078 return xe_device_has_flat_ccs(xe) ? in xe_device_ccs_bytes()
2987 if (!xe_device_has_flat_ccs(xe) || bo->ttm.type != ttm_bo_type_device) in xe_bo_needs_ccs_pages()
Completed in 38 milliseconds