Lines Matching full:ccs
319 * if flat ccs is enabled. in xe_migrate_prepare_vm()
464 /* min chunk size corresponds to 4K of CCS Metadata */ in xe_migrate_init()
494 * min_chunk_size in order for the offset to CCS metadata to be in xe_migrate_res_sizes()
713 * user. Make sure we copy the CCS aux state as-is. in xe_migrate_ccs_copy()
715 * Otherwise if the bo doesn't have any CCS metadata attached, in xe_migrate_ccs_copy()
751 * @copy_only_ccs: If true copy only CCS metadata
753 * Copies the contents of @src to @dst: On flat CCS devices,
754 * the CCS metadata is copied as well if needed, or if not present,
755 * the CCS metadata of @dst is cleared for security reasons.
788 /* Copying CCS between two different BOs is not supported yet. */ in xe_migrate_copy()
1041 * @clear_flags: flags to specify which data to clear: CCS, BO, or both.
1044 * On flat CCS devices, the CCS metadata is cleared to zero with XE_MIGRATE_CLEAR_FLAG_CCS_DATA.
1045 * Set XE_MIGRATE_CLEAR_FLAG_FULL to clear bo as well as CCS metadata.