Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c5040 u32 override_coherency, gpu_id; in kbase_device_coherency_init() local
5071 override_coherency = be32_to_cpup(coherency_override_dts); in kbase_device_coherency_init()
5072 if (dma_coherent && override_coherency != COHERENCY_ACE_LITE) { in kbase_device_coherency_init()
5079 override_coherency = COHERENCY_ACE_LITE; in kbase_device_coherency_init()
5086 if (override_coherency == COHERENCY_ACE) { in kbase_device_coherency_init()
5093 if ((override_coherency <= COHERENCY_NONE) && in kbase_device_coherency_init()
5095 COHERENCY_FEATURE_BIT(override_coherency))) { in kbase_device_coherency_init()
5097 kbdev->system_coherency = override_coherency; in kbase_device_coherency_init()
5101 override_coherency); in kbase_device_coherency_init()
5105 override_coherency); in kbase_device_coherency_init()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c4182 u32 override_coherency; in kbase_device_coherency_init() local
4207 override_coherency = be32_to_cpup(coherency_override_dts); in kbase_device_coherency_init()
4209 if ((override_coherency <= COHERENCY_NONE) && in kbase_device_coherency_init()
4211 COHERENCY_FEATURE_BIT(override_coherency))) { in kbase_device_coherency_init()
4213 kbdev->system_coherency = override_coherency; in kbase_device_coherency_init()
4217 override_coherency); in kbase_device_coherency_init()
4221 override_coherency); in kbase_device_coherency_init()