Searched refs:max_pipes (Results 1 – 8 of 8) sorted by relevance
410 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()412 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()414 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
1191 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1211 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1235 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()1255 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()1554 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
3247 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3269 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3291 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3314 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3336 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3358 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3386 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3408 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3430 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3452 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
1995 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2011 rdev->config.r600.max_pipes = 2; in r600_gpu_init()2029 rdev->config.r600.max_pipes = 1; in r600_gpu_init()2044 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2301 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
2021 unsigned max_pipes; member2043 unsigned max_pipes; member2070 unsigned max_pipes; member
334 u32 max_pipes; /* Device max pipes */ member
503 u32 max_pipes; /* Device max pipes */ member
1778 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()