HomeSort by: relevance | last modified time | path
    Searched refs:max_pipes (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_kms.c 424 *value = rdev->config.evergreen.max_pipes;
426 *value = rdev->config.rv770.max_pipes;
428 *value = rdev->config.r600.max_pipes;
radeon_rv770.c 1202 rdev->config.rv770.max_pipes = 4;
1222 rdev->config.rv770.max_pipes = 2;
1246 rdev->config.rv770.max_pipes = 2;
1266 rdev->config.rv770.max_pipes = 4;
1565 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16;
radeon_evergreen.c 3163 rdev->config.evergreen.max_pipes = 4;
3185 rdev->config.evergreen.max_pipes = 4;
3207 rdev->config.evergreen.max_pipes = 4;
3230 rdev->config.evergreen.max_pipes = 2;
3252 rdev->config.evergreen.max_pipes = 2;
3274 rdev->config.evergreen.max_pipes = 4;
3302 rdev->config.evergreen.max_pipes = 4;
3324 rdev->config.evergreen.max_pipes = 4;
3346 rdev->config.evergreen.max_pipes = 4;
3368 rdev->config.evergreen.max_pipes = 2
    [all...]
radeon_r600.c 2041 rdev->config.r600.max_pipes = 4;
2057 rdev->config.r600.max_pipes = 2;
2075 rdev->config.r600.max_pipes = 1;
2090 rdev->config.r600.max_pipes = 4;
2347 tmp = rdev->config.r600.max_pipes * 16;
radeon.h 2062 unsigned max_pipes; member in struct:r600_asic
2084 unsigned max_pipes; member in struct:rv770_asic
2111 unsigned max_pipes; member in struct:evergreen_asic

Completed in 24 milliseconds