Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h16 #include "xe_device.h" /* for xe_device_has_flat_ccs() */
60 #define HAS_FLAT_CCS(xe) (xe_device_has_flat_ccs(xe))
/linux/drivers/gpu/drm/xe/
H A Dxe_device.h145 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs() function
H A Dxe_shrinker.c129 if (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe) || in xe_shrinker_runtime_pm_get()
H A Dxe_bo_evict.c125 if (mem_type == XE_PL_TT && (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe))) in xe_bo_evict_all_user()
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()
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()
H A Dxe_device.c1078 return xe_device_has_flat_ccs(xe) ? in xe_device_ccs_bytes()
H A Dxe_bo.c2987 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.c176 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()
H A Dxe_migrate.c421 ((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()