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

/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...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c189 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set;
253 kfree(helper->crtc_info[i].mode_set.connectors, INTELFB_CONN_LIMIT * sizeof(struct drm_connector *));
254 if (helper->crtc_info[i].mode_set.mode)
255 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode);
257 kfree(helper->crtc_info, helper->crtc_count * sizeof(struct drm_fb_helper_crtc));
272 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
273 if (!fb_helper->crtc_info)
279 kfree(fb_helper->crtc_info, sizeof(struct drm_fb_helper_crtc));
285 fb_helper->crtc_info[i].mode_set.connectors =
290 if (!fb_helper->crtc_info[
[all...]
/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

Completed in 33 milliseconds