Lines Matching full:ccs
37 /* Optionally clear bo *and* CCS data in VRAM. */ in ccs_test_migrate()
47 /* Evict to system. CCS data should be copied. */ in ccs_test_migrate()
65 * Bo with CCS data is now in system memory. Verify backing store in ccs_test_migrate()
77 KUNIT_FAIL(test, "No TTM CCS pages present.\n"); in ccs_test_migrate()
84 /* Check first CCS value */ in ccs_test_migrate()
87 "Expected CCS readout 0x%016llx, got 0x%016llx.\n", in ccs_test_migrate()
93 /* Check last CCS value, or at least last value in page. */ in ccs_test_migrate()
98 "Expected CCS readout 0x%016llx, got 0x%016llx.\n", in ccs_test_migrate()
135 kunit_info(test, "Verifying that CCS data is cleared on creation.\n"); in ccs_test_run_tile()
141 kunit_info(test, "Verifying that CCS data survives migration.\n"); in ccs_test_run_tile()
147 kunit_info(test, "Verifying that CCS data can be properly cleared.\n"); in ccs_test_run_tile()
162 kunit_info(test, "Skipping non-flat-ccs device.\n"); in ccs_test_run_device()