Searched refs:has_flat_ccs (Results 1 – 11 of 11) sorted by relevance
29 u8 has_flat_ccs:1; member
123 .has_flat_ccs = 1,165 .has_flat_ccs = 1, \692 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
609 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()619 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()621 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
150 return xe->info.has_flat_ccs; in xe_device_has_flat_ccs()
61 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
310 u8 has_flat_ccs:1; member
258 if (xe->info.has_flat_ccs) { in tile_vram_size()
292 return !xe->info.has_flat_ccs; in has_aux_ccs()
154 func(has_flat_ccs); \
704 .has_flat_ccs = 1, \771 .has_flat_ccs = 0,
711 #define HAS_FLAT_CCS(i915) (INTEL_INFO(i915)->has_flat_ccs)