Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_kms.c408 *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()
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.c3199 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()
Dr600.c1948 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()
Dradeon.h2020 unsigned max_pipes; member
2042 unsigned max_pipes; member
2069 unsigned max_pipes; member
/linux-4.1.27/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()