Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c278 .has_flat_ccs = 1, \
349 .has_flat_ccs = 1,
365 .has_flat_ccs = 1,
389 .has_flat_ccs = 1,
404 .has_flat_ccs = 1,
417 .has_flat_ccs = false,
691 xe->info.has_flat_ccs = desc->has_flat_ccs; in xe_info_init_early()
H A Dxe_device.c764 if (GRAPHICS_VER(xe) < 20 || !xe->info.has_flat_ccs || IS_SRIOV_VF(xe)) in probe_has_flat_ccs()
776 xe->info.has_flat_ccs = (reg & XE2_FLAT_CCS_ENABLE); in probe_has_flat_ccs()
778 if (!xe->info.has_flat_ccs) in probe_has_flat_ccs()
H A Dxe_device_types.h327 u8 has_flat_ccs:1; member
H A Dxe_debugfs.c88 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs)); in info()
H A Dxe_ring_ops.c313 return !xe->info.has_flat_ccs; in has_aux_ccs()
H A Dxe_gt.c150 if (GRAPHICS_VER(xe) >= 30 && xe->info.has_flat_ccs) { in xe_gt_enable_comp_1wcoh()
/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h154 func(has_flat_ccs); \