Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Drv770d.h586 #define NUM_PS_THREADS(x) ((x) << 0) macro
Dr600.c2216 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()
2236 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
2251 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
2265 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()
Drv770.c1504 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()
Devergreend.h1062 #define NUM_PS_THREADS(x) ((x) << 0) macro
Dr600d.h270 # define NUM_PS_THREADS(x) ((x) << 0) macro
Devergreen.c3613 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()