Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Drv770.c1520 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()
1522 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()
Drv770d.h588 #define NUM_GS_THREADS(x) ((x) << 16) macro
Dr600.c2223 NUM_GS_THREADS(4) | in r600_gpu_init()
2243 NUM_GS_THREADS(4) | in r600_gpu_init()
2258 NUM_GS_THREADS(4) | in r600_gpu_init()
2272 NUM_GS_THREADS(4) | in r600_gpu_init()
Devergreend.h1064 #define NUM_GS_THREADS(x) ((x) << 16) macro
Dr600d.h272 # define NUM_GS_THREADS(x) ((x) << 16) macro
Devergreen.c3621 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()