Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv770.c1505 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()
1507 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()
H A Drv770d.h588 #define NUM_GS_THREADS(x) ((x) << 16) macro
H A Dr600.c2214 NUM_GS_THREADS(4) | in r600_gpu_init()
2234 NUM_GS_THREADS(4) | in r600_gpu_init()
2249 NUM_GS_THREADS(4) | in r600_gpu_init()
2263 NUM_GS_THREADS(4) | in r600_gpu_init()
H A Devergreend.h1064 #define NUM_GS_THREADS(x) ((x) << 16) macro
H A Dr600d.h272 # define NUM_GS_THREADS(x) ((x) << 16) macro
H A Devergreen.c3600 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()