Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_pci_types.h61 u8 has_flat_ccs:1; member
A Dxe_pci.c71 .has_flat_ccs = 1,
105 .has_flat_ccs = 1, \
669 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
A Dxe_device.c749 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()
759 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()
761 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
A Dxe_device.h147 return xe->info.has_flat_ccs; in xe_device_has_flat_ccs()
A Dxe_device_types.h324 u8 has_flat_ccs:1; member
A Dxe_debugfs.c64 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
A Dxe_vram.c261 if (xe->info.has_flat_ccs) { in tile_vram_size()
A Dxe_ring_ops.c295 return !xe->info.has_flat_ccs; in has_aux_ccs()
/drivers/gpu/drm/i915/
A Dintel_device_info.h154 func(has_flat_ccs); \
A Di915_pci.c703 .has_flat_ccs = 1, \
770 .has_flat_ccs = 0,
A Di915_drv.h652 #define HAS_FLAT_CCS(i915) (INTEL_INFO(i915)->has_flat_ccs)

Completed in 22 milliseconds