Home
last modified time | relevance | path

Searched refs:thread_props (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c342 gpu_props->thread_props.max_threads = THREAD_MT_DEFAULT; in kbase_gpuprops_calculate_props()
344 gpu_props->thread_props.max_threads = gpu_props->raw_props.thread_max_threads; in kbase_gpuprops_calculate_props()
347 gpu_props->thread_props.max_workgroup_size = THREAD_MWS_DEFAULT; in kbase_gpuprops_calculate_props()
349 gpu_props->thread_props.max_workgroup_size = gpu_props->raw_props.thread_max_workgroup_size; in kbase_gpuprops_calculate_props()
352 gpu_props->thread_props.max_barrier_size = THREAD_MBS_DEFAULT; in kbase_gpuprops_calculate_props()
354 gpu_props->thread_props.max_barrier_size = gpu_props->raw_props.thread_max_barrier_size; in kbase_gpuprops_calculate_props()
357 gpu_props->thread_props.tls_alloc = in kbase_gpuprops_calculate_props()
358 gpu_props->thread_props.max_threads; in kbase_gpuprops_calculate_props()
360 gpu_props->thread_props.tls_alloc = in kbase_gpuprops_calculate_props()
364 gpu_props->thread_props.max_registers = in kbase_gpuprops_calculate_props()
[all …]
H A Dmali_kbase_hw.c341 impl_tech = kbdev->gpu_props.props.thread_props.impl_tech; in kbase_hw_set_issues_mask()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c259 gpu_props->thread_props.max_threads = THREAD_MT_DEFAULT; in kbase_gpuprops_calculate_props()
261 gpu_props->thread_props.max_threads = gpu_props->raw_props.thread_max_threads; in kbase_gpuprops_calculate_props()
264 gpu_props->thread_props.max_workgroup_size = THREAD_MWS_DEFAULT; in kbase_gpuprops_calculate_props()
266 gpu_props->thread_props.max_workgroup_size = gpu_props->raw_props.thread_max_workgroup_size; in kbase_gpuprops_calculate_props()
269 gpu_props->thread_props.max_barrier_size = THREAD_MBS_DEFAULT; in kbase_gpuprops_calculate_props()
271 gpu_props->thread_props.max_barrier_size = gpu_props->raw_props.thread_max_barrier_size; in kbase_gpuprops_calculate_props()
273 gpu_props->thread_props.max_registers = KBASE_UBFX32(gpu_props->raw_props.thread_features, 0U, 16); in kbase_gpuprops_calculate_props()
274 …gpu_props->thread_props.max_task_queue = KBASE_UBFX32(gpu_props->raw_props.thread_features, 16U, 8… in kbase_gpuprops_calculate_props()
275 …gpu_props->thread_props.max_thread_group_split = KBASE_UBFX32(gpu_props->raw_props.thread_features… in kbase_gpuprops_calculate_props()
276 gpu_props->thread_props.impl_tech = KBASE_UBFX32(gpu_props->raw_props.thread_features, 30U, 2); in kbase_gpuprops_calculate_props()
[all …]
H A Dmali_kbase_hw.c246 impl_tech = kbdev->gpu_props.props.thread_props.impl_tech; in kbase_hw_set_issues_mask()
H A Dmali_base_kernel.h1668 struct mali_base_gpu_thread_props thread_props; member
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_base_kernel.h589 struct mali_base_gpu_thread_props thread_props; member