Searched refs:crtcs (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c190 static crtc_t *crtcs = NULL; variable
377 crtc = &crtcs[c];
468 if (crtcs)
472 if (crtcs[c].crtc_info)
473 XRRFreeCrtcInfo (crtcs[c].crtc_info);
475 free (crtcs);
476 crtcs = NULL;
479 crtcs = calloc (num_crtcs, sizeof (crtc_t));
480 if (!crtcs) fatal ("out of memory");
484 XRRCrtcInfo *crtc_info = XRRGetCrtcInfo (dpy, res, res->crtcs[
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c243 /* maximum connectors per crtcs in the mode set */
340 /* first up get a count of crtcs now in use and new min/maxes width/heights */
663 struct drm_fb_helper_crtc **crtcs, *crtc; local
680 crtcs = kzalloc(num_connector * sizeof(struct drm_fb_helper_crtc *),
682 if (!crtcs)
719 crtcs[n] = crtc;
720 (void) memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *));
721 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1,
725 (void) memcpy(best_crtcs, crtcs,
731 kfree(crtcs, (num_connecto
738 struct drm_fb_helper_crtc **crtcs; local
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h74 struct drm_fb_helper_crtc **crtcs,

Completed in 15 milliseconds