Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c425 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()
427 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()
429 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
H A Drv770.c1194 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1214 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1238 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1258 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1557 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
H A Dr600.c2007 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2023 rdev->config.r600.max_pipes = 2; in r600_gpu_init()
2041 rdev->config.r600.max_pipes = 1; in r600_gpu_init()
2056 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2313 tmp = rdev->config.r600.max_pipes * 16; in r600_gpu_init()
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h330 u32 max_pipes; /* Device max pipes */ member
H A Dfsl_usb2_udc.h499 u32 max_pipes; /* Device max pipes */ member
H A Dfsl_udc_core.c1785 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()