Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_trace.h26 #define TRACE_DC_PIPE_STATE(pipe_ctx, index, max_pipes) \ argument
27 for (index = 0; index < max_pipes; ++index) { \
/linux/drivers/gpu/drm/radeon/
A Dradeon_kms.c433 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()
435 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()
437 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
A Drv770.c1204 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1224 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1248 rdev->config.rv770.max_pipes = 2; in rv770_gpu_init()
1268 rdev->config.rv770.max_pipes = 4; in rv770_gpu_init()
1567 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
A Devergreen.c3159 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3181 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3203 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3226 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3248 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3270 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3298 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3320 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3342 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3364 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
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()
A Dradeon.h2046 unsigned max_pipes; member
2068 unsigned max_pipes; member
2095 unsigned max_pipes; member
/linux/drivers/usb/gadget/udc/
A Dfsl_qe_udc.h330 u32 max_pipes; /* Device max pipes */ member
A Dfsl_usb2_udc.h499 u32 max_pipes; /* Device max pipes */ member
A Dfsl_udc_core.c1774 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()

Completed in 56 milliseconds