Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_kms.c432 *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()
Drv770.c1193 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()
Devergreen.c3154 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()
Dr600.c2002 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()
Dradeon.h2019 unsigned max_pipes; member
2041 unsigned max_pipes; member
2068 unsigned max_pipes; member
/Linux-v4.19/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()