Home
last modified time | relevance | path

Searched refs:thread_tls_alloc (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c227 gpu_props->raw_props.thread_tls_alloc = regdump.thread_tls_alloc; in kbase_gpuprops_get_props()
356 if (gpu_props->raw_props.thread_tls_alloc == 0) in kbase_gpuprops_calculate_props()
361 gpu_props->raw_props.thread_tls_alloc; in kbase_gpuprops_calculate_props()
758 PROP(RAW_THREAD_TLS_ALLOC, raw_props.thread_tls_alloc),
H A Dmali_kbase_gpuprops_types.h49 u32 thread_tls_alloc; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h52 u32 thread_tls_alloc; member
H A Dpanfrost_gpu.c254 pfdev->features.thread_tls_alloc = gpu_read(pfdev, GPU_THREAD_TLS_ALLOC); in panfrost_gpu_init_features()
H A Dpanfrost_drv.c69 PANFROST_FEATURE(THREAD_TLS_ALLOC, thread_tls_alloc); in panfrost_ioctl_get_param()
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_base_kernel.h565 __u32 thread_tls_alloc; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_gpuprops_backend.c79 registers.thread_tls_alloc = kbase_reg_read(kbdev, in kbase_backend_gpuprops_get()