Searched defs:crtc_info (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h88 struct drm_fb_helper_crtc *crtc_info; member in struct:drm_fb_helper
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c153 XRRCrtcInfo *crtc_info; member in struct:_crtc
172 crtc_t *crtc_info; member in struct:_output
448 if (crtc && crtc->crtc_info) {
449 output->x = crtc->crtc_info->x;
450 output->y = crtc->crtc_info->y;
455 if (crtc && crtc->crtc_info)
456 output->rotation |= (crtc->crtc_info->rotation & 0xf);
472 if (crtcs[c].crtc_info)
473 XRRFreeCrtcInfo (crtcs[c].crtc_info);
484 XRRCrtcInfo *crtc_info local
560 XRRCrtcInfo *crtc_info = crtc->crtc_info; local
704 XRRCrtcInfo *crtc_info = crtc->crtc_info; local
1180 XRRCrtcInfo *crtc_info = NULL; /* new */ local
[all...]

Completed in 14 milliseconds