Searched refs:max_pipes (Results 1 – 8 of 8) sorted by relevance
408 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()410 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()412 *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()
3199 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3221 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3243 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3266 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3288 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()3310 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3338 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3360 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3382 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()3404 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
1948 rdev->config.r600.max_pipes = 4; in r600_gpu_init()1964 rdev->config.r600.max_pipes = 2; in r600_gpu_init()1982 rdev->config.r600.max_pipes = 1; in r600_gpu_init()1997 rdev->config.r600.max_pipes = 4; in r600_gpu_init()2254 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
2020 unsigned max_pipes; member2042 unsigned max_pipes; member2069 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()