Home
last modified time | relevance | path

Searched refs:log2_cache_size (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_base_kernel.h399 __u8 log2_cache_size; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c329 gpu_props->l2_props.log2_cache_size = KBASE_UBFX32(gpu_props->raw_props.l2_features, 16U, 8); in kbase_gpuprops_calculate_props()
667 gpu_props->l2_props.log2_cache_size = in kbase_gpuprops_update_l2_features()
706 PROP(L2_LOG2_CACHE_SIZE, l2_props.log2_cache_size),
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c247 gpu_props->l2_props.log2_cache_size = KBASE_UBFX32(gpu_props->raw_props.l2_features, 16U, 8); in kbase_gpuprops_calculate_props()
359 PROP(L2_LOG2_CACHE_SIZE, l2_props.log2_cache_size),
H A Dmali_base_kernel.h1526 u8 log2_cache_size; member