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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Drv770.c402 rdev->config.rv770.max_pipes = 4;
422 rdev->config.rv770.max_pipes = 2;
446 rdev->config.rv770.max_pipes = 2;
466 rdev->config.rv770.max_pipes = 4;
532 if (tmp < rdev->config.rv770.max_pipes) {
533 rdev->config.rv770.max_pipes = tmp;
763 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16;
H A Dradeon_kms.c364 value = rdev->config.evergreen.max_pipes;
366 value = rdev->config.rv770.max_pipes;
368 value = rdev->config.r600.max_pipes;
H A Devergreen.c1833 rdev->config.evergreen.max_pipes = 4;
1855 rdev->config.evergreen.max_pipes = 4;
1877 rdev->config.evergreen.max_pipes = 4;
1900 rdev->config.evergreen.max_pipes = 2;
1922 rdev->config.evergreen.max_pipes = 2;
1944 rdev->config.evergreen.max_pipes = 4;
1972 rdev->config.evergreen.max_pipes = 4;
1994 rdev->config.evergreen.max_pipes = 4;
2016 rdev->config.evergreen.max_pipes = 4;
2038 rdev->config.evergreen.max_pipes
[all...]
H A Dr600.c1544 rdev->config.r600.max_pipes = 4;
1560 rdev->config.r600.max_pipes = 2;
1578 rdev->config.r600.max_pipes = 1;
1593 rdev->config.r600.max_pipes = 4;
1666 if (tmp < rdev->config.r600.max_pipes) {
1667 rdev->config.r600.max_pipes = tmp;
1856 tmp = rdev->config.r600.max_pipes * 16;
H A Dradeon.h1313 unsigned max_pipes; member in struct:r600_asic
1334 unsigned max_pipes; member in struct:rv770_asic
1360 unsigned max_pipes; member in struct:evergreen_asic

Completed in 242 milliseconds