Searched refs:current_crtc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.h44 xf86CrtcPtr current_crtc; member in struct:__anonfe447f740108
H A Di830_video.c436 if (pPriv->current_crtc && i830_crtc_pipe (pPriv->current_crtc) != 0)
709 if (i830_crtc_pipe (pPriv->current_crtc) == 0)
898 pPriv->current_crtc = NULL;
2002 pPriv->current_crtc = NULL;
2007 if (crtc != pPriv->current_crtc)
2011 pPriv->current_crtc = crtc;
2897 if (crtc != pPriv->current_crtc)
2907 pPriv->current_crtc = NULL;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h234 xf86CrtcPtr current_crtc; member in struct:__anonaff371e40908
H A Ddrmmode_display.c569 if (drmmode_output->current_crtc == crtc) {
730 xf86CrtcPtr crtc = drmmode_output->current_crtc;
749 drmmode_output->current_crtc = NULL;
864 if (drmmode_output->current_crtc == other_crtc) {
892 drmmode_output->current_crtc = crtc;
893 else if (drmmode_output->current_crtc == crtc)
894 drmmode_output->current_crtc = NULL;
2192 int current_crtc, best_plane = 0; local in function:drmmode_crtc_create_planes
2276 current_crtc = drmmode_prop_get_value(&tmp_props[DRMMODE_PLANE_CRTC_ID],
2278 if (current_crtc
[all...]

Completed in 10 milliseconds