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

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_trace.h26 #define TRACE_DC_PIPE_STATE(pipe_ctx, index, max_pipes) \
27 for (index = 0; index < max_pipes; ++index) { \
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h330 u32 max_pipes; /* Device max pipes */ member in struct:qe_udc
H A Dfsl_usb2_udc.h499 u32 max_pipes; /* Device max pipes */ member in struct:fsl_udc
H A Dfsl_udc_core.c1784 for (pipe = 0; pipe < udc->max_pipes; pipe++)
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_kms.c433 *value = rdev->config.evergreen.max_pipes;
435 *value = rdev->config.rv770.max_pipes;
437 *value = rdev->config.r600.max_pipes;
H A Drv770.c1194 rdev->config.rv770.max_pipes = 4;
1214 rdev->config.rv770.max_pipes = 2;
1238 rdev->config.rv770.max_pipes = 2;
1258 rdev->config.rv770.max_pipes = 4;
1557 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16;
H A Devergreen.c3157 rdev->config.evergreen.max_pipes = 4;
3179 rdev->config.evergreen.max_pipes = 4;
3201 rdev->config.evergreen.max_pipes = 4;
3224 rdev->config.evergreen.max_pipes = 2;
3246 rdev->config.evergreen.max_pipes = 2;
3268 rdev->config.evergreen.max_pipes = 4;
3296 rdev->config.evergreen.max_pipes = 4;
3318 rdev->config.evergreen.max_pipes = 4;
3340 rdev->config.evergreen.max_pipes = 4;
3362 rdev->config.evergreen.max_pipes
[all...]
H A Dr600.c2006 rdev->config.r600.max_pipes = 4;
2022 rdev->config.r600.max_pipes = 2;
2040 rdev->config.r600.max_pipes = 1;
2055 rdev->config.r600.max_pipes = 4;
2312 tmp = rdev->config.r600.max_pipes * 16;
H A Dradeon.h2009 unsigned max_pipes; member in struct:r600_asic
2031 unsigned max_pipes; member in struct:rv770_asic
2058 unsigned max_pipes; member in struct:evergreen_asic

Completed in 233 milliseconds