Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pci.c106 .has_flat_ccs = true, \
148 .has_flat_ccs = 0,
159 .has_flat_ccs = 0,
166 .has_flat_ccs = 1, \
681 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
Dxe_pci_types.h29 u8 has_flat_ccs:1; member
Dxe_device.c587 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs) in xe_device_set_has_flat_ccs()
597 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in xe_device_set_has_flat_ccs()
599 if (!xe->info.has_flat_ccs) in xe_device_set_has_flat_ccs()
Dxe_device.h148 return xe->info.has_flat_ccs; in xe_device_has_flat_ccs()
Dxe_device_types.h280 u8 has_flat_ccs:1; member
Dxe_debugfs.c61 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
Dxe_vram.c257 if (xe->info.has_flat_ccs) { in tile_vram_size()
Dxe_ring_ops.c289 return !xe->info.has_flat_ccs; in has_aux_ccs()
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_device_info.h152 func(has_flat_ccs); \
Di915_pci.c707 .has_flat_ccs = 1, \
774 .has_flat_ccs = 0,
Di915_drv.h733 #define HAS_FLAT_CCS(i915) (INTEL_INFO(i915)->has_flat_ccs)