Searched refs:has_flat_ccs (Results 1 – 7 of 7) sorted by relevance
278 .has_flat_ccs = 1, \349 .has_flat_ccs = 1,365 .has_flat_ccs = 1,389 .has_flat_ccs = 1,404 .has_flat_ccs = 1,417 .has_flat_ccs = false,691 xe->info.has_flat_ccs = desc->has_flat_ccs; in xe_info_init_early()
764 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()776 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()778 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
327 u8 has_flat_ccs:1; member
88 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
313 return !xe->info.has_flat_ccs; in has_aux_ccs()
150 if (GRAPHICS_VER(xe) >= 30 && xe->info.has_flat_ccs) { in xe_gt_enable_comp_1wcoh()
154 func(has_flat_ccs); \