Searched refs:tiler_props (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops.c | 255 …gpu_props->tiler_props.bin_size_bytes = 1 << KBASE_UBFX32(gpu_props->raw_props.tiler_features, 0U,… in kbase_gpuprops_calculate_props() 256 …gpu_props->tiler_props.max_active_levels = KBASE_UBFX32(gpu_props->raw_props.tiler_features, 8U, 4… in kbase_gpuprops_calculate_props() 362 PROP(TILER_BIN_SIZE_BYTES, tiler_props.bin_size_bytes), 363 PROP(TILER_MAX_ACTIVE_LEVELS, tiler_props.max_active_levels),
|
| H A D | mali_base_kernel.h | 1667 struct mali_base_gpu_tiler_props tiler_props; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_gpuprops.c | 338 …gpu_props->tiler_props.bin_size_bytes = 1 << KBASE_UBFX32(gpu_props->raw_props.tiler_features, 0U,… in kbase_gpuprops_calculate_props() 339 …gpu_props->tiler_props.max_active_levels = KBASE_UBFX32(gpu_props->raw_props.tiler_features, 8U, 4… in kbase_gpuprops_calculate_props() 709 PROP(TILER_BIN_SIZE_BYTES, tiler_props.bin_size_bytes), 710 PROP(TILER_MAX_ACTIVE_LEVELS, tiler_props.max_active_levels),
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/ |
| H A D | mali_base_kernel.h | 588 struct mali_base_gpu_tiler_props tiler_props; member
|