Searched refs:max_pipes (Results 1 – 8 of 8) sorted by relevance
413 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()415 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()417 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
1197 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1217 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1241 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1261 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1560 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
3158 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3180 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3202 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3225 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3247 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3269 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3297 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3319 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3341 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3363 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
2008 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2024 rdev->config.r600.max_pipes = 2; in r600_gpu_init()2042 rdev->config.r600.max_pipes = 1; in r600_gpu_init()2057 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2314 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
2015 unsigned max_pipes; member2037 unsigned max_pipes; member2064 unsigned max_pipes; member
330 u32 max_pipes; /* Device max pipes */ member
499 u32 max_pipes; /* Device max pipes */ member
1780 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()