Home
last modified time | relevance | path

Searched refs:R600_NUM_CLAUSE_TEMP_GPRS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_cp.c988 R600_NUM_CLAUSE_TEMP_GPRS(4)); in r600_gfx_init()
1008 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
1023 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
1037 R600_NUM_CLAUSE_TEMP_GPRS(2)); in r600_gfx_init()
1678 R600_NUM_CLAUSE_TEMP_GPRS(((dev_priv->r600_max_gprs * 24)/64)/2))); in r700_gfx_init()
Dr600_blit.c489 R600_NUM_CLAUSE_TEMP_GPRS(num_temp_gprs)); in set_default_state()
Dradeon_drv.h1735 # define R600_NUM_CLAUSE_TEMP_GPRS(x) ((x) << 28) macro