Searched refs:max_pipes (Results 1 – 8 of 8) sorted by relevance
432 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()434 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()436 *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()
3154 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3176 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3198 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3221 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3243 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3265 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3293 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3315 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3337 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3359 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()
2019 unsigned max_pipes; member2041 unsigned max_pipes; member2068 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()