Lines Matching defs:crtcs
501 struct drm_crtc **crtcs, *crtc;
516 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
517 if (!crtcs)
551 crtcs[n] = crtc;
552 memcpy(crtcs, best_crtcs, n * sizeof(*crtcs));
554 crtcs, modes, n + 1, width, height);
557 memcpy(best_crtcs, crtcs, connector_count * sizeof(*crtcs));
561 kfree(crtcs);
569 struct drm_crtc **crtcs,
662 if (crtcs[j] == new_crtc) {
717 crtcs[i] = new_crtc;
782 struct drm_crtc **crtcs;
822 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL);
826 if (!crtcs || !modes || !enabled || !offsets) {
841 if (!drm_client_firmware_config(client, connectors, connector_count, crtcs,
844 memset(crtcs, 0, connector_count * sizeof(*crtcs));
857 crtcs, modes, 0, width, height);
864 struct drm_crtc *crtc = crtcs[i];
897 kfree(crtcs);
1156 * Commit modeset configuration to crtcs without checking if there is a DRM
1183 * Commit modeset configuration to crtcs.