Searched defs:crtc_idx (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dmodeset.c387 drm_display_set_crtc(struct native_display *ndpy, int crtc_idx, argument
393 struct drm_crtc *drmcrtc = &drmdpy->saved_crtcs[crtc_idx];
448 drm_display_program(struct native_display *ndpy, int crtc_idx, argument
487 if (!drm_display_set_crtc(&drmdpy->base, crtc_idx, buffer_id, x, y,
489 _eglLog(_EGL_WARNING, "failed to set CRTC %d", crtc_idx);
494 if (drmdpy->shown_surfaces[crtc_idx])
495 drmdpy->shown_surfaces[crtc_idx]->is_shown = FALSE;
496 drmdpy->shown_surfaces[crtc_idx] = drmsurf;
500 uint32_t crtc_id = drmdpy->saved_crtcs[crtc_idx].crtc->crtc_id;
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c314 fbdev_display_program(struct native_display *ndpy, int crtc_idx, argument
/external/libdrm/tests/modetest/
H A Dmodetest.c746 unsigned int crtc_idx; local
782 crtc_idx = ffs(possible_crtcs & active_crtcs);
784 crtc_idx = ffs(possible_crtcs);
786 return &dev->resources->crtcs[crtc_idx - 1];

Completed in 6010 milliseconds