Home
last modified time | relevance | path

Searched refs:NUM_VS_GPRS (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Drv770d.h568 #define NUM_VS_GPRS(x) ((x) << 16) macro
Dnid.h376 #define NUM_VS_GPRS(x) ((x) << 16) macro
Dr600.c2217 NUM_VS_GPRS(124) | in r600_gpu_init()
2237 NUM_VS_GPRS(44) | in r600_gpu_init()
2252 NUM_VS_GPRS(44) | in r600_gpu_init()
2266 NUM_VS_GPRS(44) | in r600_gpu_init()
Drv770.c1510 NUM_VS_GPRS((rdev->config.rv770.max_gprs * 24)/64) | in rv770_gpu_init()
Devergreend.h1051 #define NUM_VS_GPRS(x) ((x) << 16) macro
Dr600d.h264 # define NUM_VS_GPRS(x) ((x) << 16) macro
Devergreen.c3600 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32); in evergreen_gpu_init()