Home
last modified time | relevance | path

Searched refs:coherency_features (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_cache_policy_backend.c56 u32 coherency_features; in kbase_cache_get_coherency_features() local
59 coherency_features = in kbase_cache_get_coherency_features()
62 coherency_features = kbase_reg_read( in kbase_cache_get_coherency_features()
65 return coherency_features; in kbase_cache_get_coherency_features()
H A Dmali_kbase_gpuprops_backend.c148 u32 coherency_features; in kbase_backend_gpuprops_get_features() local
154 coherency_features = kbase_cache_get_coherency_features(kbdev); in kbase_backend_gpuprops_get_features()
159 regdump->coherency_features = coherency_features; in kbase_backend_gpuprops_get_features()
H A Dmali_kbase_pm_driver.c2880 u32 coherency_features;
2882 coherency_features = kbase_reg_read(kbdev,
2888 if (coherency_features ==
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_gpuprops_backend.c98 regdump->coherency_features = kbase_reg_read(kbdev, in kbase_backend_gpuprops_get_features()
105 regdump->coherency_features = in kbase_backend_gpuprops_get_features()
H A Dmali_kbase_pm_driver.c1326 u32 coherency_features; in kbase_pm_hw_issues_detect() local
1328 coherency_features = kbase_reg_read(kbdev, in kbase_pm_hw_issues_detect()
1334 if (coherency_features == in kbase_pm_hw_issues_detect()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops_types.h56 u32 coherency_features; member
H A Dmali_kbase_gpuprops.c333 gpu_props->raw_props.coherency_mode = regdump.coherency_features | in kbase_gpuprops_set_features()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops_types.h60 u32 coherency_features; member
H A Dmali_kbase_gpuprops.c473 gpu_props->raw_props.coherency_mode = regdump.coherency_features | in kbase_gpuprops_set_features()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h47 u32 coherency_features; member
H A Dpanfrost_gpu.c144 pfdev->features.coherency_features == COHERENCY_ACE) in panfrost_gpu_init_quirks()
230 pfdev->features.coherency_features = gpu_read(pfdev, GPU_COHERENCY_FEATURES); in panfrost_gpu_init_features()
H A Dpanfrost_drv.c65 PANFROST_FEATURE(COHERENCY_FEATURES, coherency_features); in panfrost_ioctl_get_param()