Searched refs:saved_crtc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglkms.c173 drmModeCrtcPtr saved_crtc; local in function:main
254 saved_crtc = drmModeGetCrtc(fd, kms.encoder->crtc_id);
255 if (saved_crtc == NULL)
267 ret = drmModeSetCrtc(fd, saved_crtc->crtc_id, saved_crtc->buffer_id,
268 saved_crtc->x, saved_crtc->y,
269 &kms.connector->connector_id, 1, &saved_crtc->mode);
275 drmModeFreeCrtc(saved_crtc);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c78 xf86CrtcPtr saved_crtc; member in struct:output_private
729 vmwgfx_output->saved_crtc = output->crtc;
757 if (vmwgfx_output->saved_crtc) {
758 output->crtc = vmwgfx_output->saved_crtc;

Completed in 3 milliseconds