Lines Matching full:ccs
44 /* Optionally clear bo *and* CCS data in VRAM. */ in ccs_test_migrate()
62 /* Evict to system. CCS data should be copied. */ in ccs_test_migrate()
80 * Bo with CCS data is now in system memory. Verify backing store in ccs_test_migrate()
92 KUNIT_FAIL(test, "No TTM CCS pages present.\n"); in ccs_test_migrate()
99 /* Check first CCS value */ in ccs_test_migrate()
102 "Expected CCS readout 0x%016llx, got 0x%016llx.\n", in ccs_test_migrate()
108 /* Check last CCS value, or at least last value in page. */ in ccs_test_migrate()
113 "Expected CCS readout 0x%016llx, got 0x%016llx.\n", in ccs_test_migrate()
150 kunit_info(test, "Verifying that CCS data is cleared on creation.\n"); in ccs_test_run_tile()
156 kunit_info(test, "Verifying that CCS data survives migration.\n"); in ccs_test_run_tile()
162 kunit_info(test, "Verifying that CCS data can be properly cleared.\n"); in ccs_test_run_tile()
177 kunit_skip(test, "non-flat-ccs device\n"); in ccs_test_run_device()
181 /* For xe2+ dgfx, we don't handle ccs metadata */ in ccs_test_run_device()
464 /* IGFX with flat CCS needs to copy when swapping / shrinking */ in shrink_test_run_device()