Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/radeon/
HDrv770.c402 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
422 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
446 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
466 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
532 if (tmp < rdev->config.rv770.max_pipes) { in rv770_gpu_init()
533 rdev->config.rv770.max_pipes = tmp; in rv770_gpu_init()
763 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
HDradeon_kms.c364 value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()
366 value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()
368 value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
HDevergreen.c1833 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
1855 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
1877 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
1900 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
1922 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
1944 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
1972 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
1994 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
2016 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
2038 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
HDr600.c1544 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
1560 rdev->config.r600.max_pipes = 2; in r600_gpu_init()
1578 rdev->config.r600.max_pipes = 1; in r600_gpu_init()
1593 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
1666 if (tmp < rdev->config.r600.max_pipes) { in r600_gpu_init()
1667 rdev->config.r600.max_pipes = tmp; in r600_gpu_init()
1856 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
HDradeon.h1313 unsigned max_pipes; member
1334 unsigned max_pipes; member
1360 unsigned max_pipes; member