Home
last modified time | relevance | path

Searched refs:has_flat_ccs (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci_types.h20 u8 has_flat_ccs:1; member
H A Dxe_pci.c105 .has_flat_ccs = 1,
139 .has_flat_ccs = 1, \
668 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
H A Dxe_device.h150 return xe->info.has_flat_ccs; in xe_device_has_flat_ccs()
H A Dxe_device.c740 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()
750 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()
752 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
H A Dxe_device_types.h318 u8 has_flat_ccs:1; member
H A Dxe_debugfs.c62 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
H A Dxe_vram.c258 if (xe->info.has_flat_ccs) { in tile_vram_size()
H A Dxe_ring_ops.c294 return !xe->info.has_flat_ccs; in has_aux_ccs()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_device_info.h154 func(has_flat_ccs); \
H A Di915_pci.c704 .has_flat_ccs = 1, \
771 .has_flat_ccs = 0,
H A Di915_drv.h711 #define HAS_FLAT_CCS(i915) (INTEL_INFO(i915)->has_flat_ccs)