Home
last modified time | relevance | path

Searched refs:max_pipes (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv770.c1202 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1222 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1246 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1266 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1565 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
H A Dradeon_kms.c424 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()
426 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()
428 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
H A Dradeon_evergreen.c3163 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3185 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3207 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3230 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3252 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3274 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3302 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3324 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3346 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3368 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
H A Dradeon_r600.c2041 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2057 rdev->config.r600.max_pipes = 2; in r600_gpu_init()
2075 rdev->config.r600.max_pipes = 1; in r600_gpu_init()
2090 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2347 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
H A Dradeon.h2062 unsigned max_pipes; member
2084 unsigned max_pipes; member
2111 unsigned max_pipes; member