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()
1193 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1213 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1237 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1257 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1556 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
3251 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3273 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3295 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3318 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3340 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3362 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3390 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3412 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3434 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3456 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
2002 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2018 rdev->config.r600.max_pipes = 2; in r600_gpu_init()2036 rdev->config.r600.max_pipes = 1; in r600_gpu_init()2051 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2308 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
2031 unsigned max_pipes; member2053 unsigned max_pipes; member2080 unsigned max_pipes; member
334 u32 max_pipes; /* Device max pipes */ member
503 u32 max_pipes; /* Device max pipes */ member
1784 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()