Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_kms.c410 *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()
Drv770.c1191 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()
Devergreen.c3247 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()
Dr600.c1995 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()
Dradeon.h2021 unsigned max_pipes; member
2043 unsigned max_pipes; member
2070 unsigned max_pipes; member
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.h334 u32 max_pipes; /* Device max pipes */ member
Dfsl_usb2_udc.h503 u32 max_pipes; /* Device max pipes */ member
Dfsl_udc_core.c1778 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()