Lines Matching defs:crtcs
498 struct drm_crtc **crtcs, *crtc;
513 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
514 if (!crtcs)
548 crtcs[n] = crtc;
549 memcpy(crtcs, best_crtcs, n * sizeof(*crtcs));
551 crtcs, modes, n + 1, width, height);
554 memcpy(best_crtcs, crtcs, connector_count * sizeof(*crtcs));
558 kfree(crtcs);
566 struct drm_crtc **crtcs,
659 if (crtcs[j] == new_crtc) {
714 crtcs[i] = new_crtc;
779 struct drm_crtc **crtcs;
809 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
813 if (!crtcs || !modes || !enabled || !offsets) {
828 if (!drm_client_firmware_config(client, connectors, connector_count, crtcs,
831 memset(crtcs, 0, connector_count * sizeof(*crtcs));
844 crtcs, modes, 0, width, height);
851 struct drm_crtc *crtc = crtcs[i];
884 kfree(crtcs);
1143 * Commit modeset configuration to crtcs without checking if there is a DRM
1170 * Commit modeset configuration to crtcs.