Home
last modified time | relevance | path

Searched refs:max_pipes (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_kms.c413 *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()
Drv770.c1197 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()
Devergreen.c3158 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()
Dr600.c2008 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()
Dradeon.h2015 unsigned max_pipes; member
2037 unsigned max_pipes; member
2064 unsigned max_pipes; member
/Linux-v5.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.h330 u32 max_pipes; /* Device max pipes */ member
Dfsl_usb2_udc.h499 u32 max_pipes; /* Device max pipes */ member
Dfsl_udc_core.c1780 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()