Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H 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/
H A Dradeon_kms.c427 *value = rdev->config.evergreen.max_pipes; in radeon_info_ioctl()
429 *value = rdev->config.rv770.max_pipes; in radeon_info_ioctl()
431 *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 Devergreen.c3157 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3179 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3201 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3224 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3246 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3268 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3296 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3318 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3340 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3362 rdev->config.evergreen.max_pipes in evergreen_gpu_init()
[all...]
/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.c1784 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()