Searched refs:NUM_GS_THREADS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c542 NUM_GS_THREADS(num_gs_threads) |
H A Drv770d.h297 #define NUM_GS_THREADS(x) ((x) << 16) macro
H A Drv770.c712 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads);
714 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8);
H A Dr600.c1760 NUM_GS_THREADS(4) |
1780 NUM_GS_THREADS(4) |
1795 NUM_GS_THREADS(4) |
1809 NUM_GS_THREADS(4) |
H A Dr600_blit_kms.c431 NUM_GS_THREADS(num_gs_threads) |
H A Devergreend.h631 #define NUM_GS_THREADS(x) ((x) << 16) macro
H A Dr600d.h280 # define NUM_GS_THREADS(x) ((x) << 16) macro
H A Devergreen.c2163 sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8);

Completed in 153 milliseconds