Searched refs:has_flat_ccs (Results 1 – 6 of 6) sorted by relevance
272 .has_flat_ccs = 1, \343 .has_flat_ccs = 1,360 .has_flat_ccs = 1,381 .has_flat_ccs = 1,395 .has_flat_ccs = 1,408 .has_flat_ccs = false,668 xe->info.has_flat_ccs = desc->has_flat_ccs; in xe_info_init_early()
782 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()794 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()796 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
310 u8 has_flat_ccs:1; member
256 if (xe->info.has_flat_ccs) { in tile_vram_size()
88 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
154 func(has_flat_ccs); \