Lines Matching defs:crtcs
500 struct drm_crtc **crtcs, *crtc;
515 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
516 if (!crtcs)
550 crtcs[n] = crtc;
551 memcpy(crtcs, best_crtcs, n * sizeof(*crtcs));
553 crtcs, modes, n + 1, width, height);
556 memcpy(best_crtcs, crtcs, connector_count * sizeof(*crtcs));
560 kfree(crtcs);
568 struct drm_crtc **crtcs,
658 if (crtcs[j] == new_crtc) {
713 crtcs[i] = new_crtc;
777 struct drm_crtc **crtcs;
807 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
811 if (!crtcs || !modes || !enabled || !offsets) {
826 if (!drm_client_firmware_config(client, connectors, connector_count, crtcs,
829 memset(crtcs, 0, connector_count * sizeof(*crtcs));
838 DRM_DEBUG_KMS("picking CRTCs for %dx%d config\n",
842 crtcs, modes, 0, width, height);
850 struct drm_crtc *crtc = crtcs[i];
876 kfree(crtcs);
1108 * Commit modeset configuration to crtcs without checking if there is a DRM master.
1133 * Commit modeset configuration to crtcs.