Searched refs:max_threads (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/radeon/
H A Drv770.c1195 rdev->config.rv770.max_threads = 248;
1215 rdev->config.rv770.max_threads = 248;
1239 rdev->config.rv770.max_threads = 192;
1259 rdev->config.rv770.max_threads = 248;
1501 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) |
1502 NUM_VS_THREADS((rdev->config.rv770.max_threads * 2)/8) |
1503 NUM_ES_THREADS((rdev->config.rv770.max_threads * 1)/8));
1504 if (((rdev->config.rv770.max_threads * 1) / 8) > rdev->config.rv770.max_gs_threads)
H A Devergreen.c3023 rdev->config.evergreen.max_threads = 248;
3045 rdev->config.evergreen.max_threads = 248;
3067 rdev->config.evergreen.max_threads = 248;
3090 rdev->config.evergreen.max_threads = 192;
3112 rdev->config.evergreen.max_threads = 192;
3140 rdev->config.evergreen.max_threads = 248;
3162 rdev->config.evergreen.max_threads = 248;
3184 rdev->config.evergreen.max_threads = 248;
3206 rdev->config.evergreen.max_threads = 248;
3228 rdev->config.evergreen.max_threads
[all...]
H A Dr600.c1926 rdev->config.r600.max_threads = 192;
1942 rdev->config.r600.max_threads = 192;
1960 rdev->config.r600.max_threads = 192;
1975 rdev->config.r600.max_threads = 192;
H A Dradeon.h1972 unsigned max_threads; member in struct:r600_asic
1994 unsigned max_threads; member in struct:rv770_asic
2021 unsigned max_threads; member in struct:evergreen_asic
2049 unsigned max_threads; member in struct:cayman_asic
H A Dni.c863 rdev->config.cayman.max_threads = 256;
941 rdev->config.cayman.max_threads = 256;
/drivers/staging/android/
H A Dbinder.c320 int max_threads; member in struct:binder_proc
2452 proc->requested_threads_started < proc->max_threads &&
2756 if (copy_from_user(&proc->max_threads, ubuf, sizeof(proc->max_threads))) {
3496 proc->requested_threads_started, proc->max_threads,

Completed in 1813 milliseconds