HomeSort by: relevance | last modified time | path
    Searched refs:current_crtc (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.h 44 xf86CrtcPtr current_crtc; member in struct:__anon8908
i830_video.c 436 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/
drmmode_display.h 234 xf86CrtcPtr current_crtc; member in struct:__anon10027
drmmode_display.c 569 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
2276 current_crtc = drmmode_prop_get_value(&tmp_props[DRMMODE_PLANE_CRTC_ID],
2278 if (current_crtc == drmmode_crtc->mode_crtc->crtc_id)
    [all...]

Completed in 10 milliseconds