Home
last modified time | relevance | path

Searched refs:COHERENCY_ACE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c160 pfdev->features.coherency_features == COHERENCY_ACE) in panfrost_gpu_init_quirks()
161 quirks |= (COHERENCY_ACE_LITE | COHERENCY_ACE) << in panfrost_gpu_init_quirks()
H A Dpanfrost_regs.h105 #define COHERENCY_ACE BIT(1) macro