Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_trace.h26 #define TRACE_DC_PIPE_STATE(pipe_ctx, index, max_pipes) \ argument
27 for (index = 0; index < max_pipes; ++index) { \
/Linux-v6.6/drivers/gpu/drm/radeon/
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()
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()
Devergreen.c3160 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3182 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3204 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3227 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3249 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
3271 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3299 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3321 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3343 rdev->config.evergreen.max_pipes = 4; in evergreen_gpu_init()
3365 rdev->config.evergreen.max_pipes = 2; in evergreen_gpu_init()
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()
Dradeon.h2011 unsigned max_pipes; member
2033 unsigned max_pipes; member
2060 unsigned max_pipes; member
/Linux-v6.6/drivers/usb/gadget/udc/
Dfsl_qe_udc.h330 u32 max_pipes; /* Device max pipes */ member
Dfsl_usb2_udc.h499 u32 max_pipes; /* Device max pipes */ member
Dfsl_udc_core.c1776 for (pipe = 0; pipe < udc->max_pipes; pipe++) in reset_queues()