Home
last modified time | relevance | path

Searched refs:xe_device_has_flat_ccs (Results 1 – 8 of 8) 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_bo_evict.c50 if (mem_type == XE_PL_TT && (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe))) in xe_bo_evict_all()
H A Dxe_migrate.c320 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()
781 bool copy_ccs = xe_device_has_flat_ccs(xe) && in xe_migrate_copy()
784 bool use_comp_pat = xe_device_has_flat_ccs(xe) && in xe_migrate_copy()
H A Dxe_device.c892 return xe_device_has_flat_ccs(xe) ? in xe_device_ccs_bytes()
H A Dxe_bo.c2278 if (!xe_device_has_flat_ccs(xe) || bo->ttm.type != ttm_bo_type_device) in xe_bo_needs_ccs_pages()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c162 if (!xe_device_has_flat_ccs(xe)) { in ccs_test_run_device()
H A Dxe_migrate.c423 ((xe_device_has_flat_ccs(xe) && copy_only_ccs) ? EMIT_COPY_CCS_DW : 0); in blt_copy()
742 if (!xe_device_has_flat_ccs(xe)) { in validate_ccs_test_run_device()