Home
last modified time | relevance | path

Searched refs:has_flat_ccs (Results 1 – 6 of 6) 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_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); \