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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_output.c725 xf86CrtcPtr other_crtc = loop_output->crtc; local in function:radeon_mode_prepare
726 RADEONCrtcPrivatePtr other_radeon_crtc = other_crtc->driver_private;
727 if (other_crtc->enabled) {
729 radeon_crtc_dpms(other_crtc, DPMSModeOff);
775 xf86CrtcPtr other_crtc = loop_output->crtc; local in function:radeon_mode_commit
776 RADEONCrtcPrivatePtr other_radeon_crtc = other_crtc->driver_private;
777 if (other_crtc->enabled) {
779 radeon_crtc_dpms(other_crtc, DPMSModeOn);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c851 xf86CrtcPtr other_crtc = xf86_config->crtc[i]; local in function:drmmode_crtc_set_mode
852 drmmode_crtc_private_ptr other_drmmode_crtc = other_crtc->driver_private;
857 if (other_crtc == crtc)
864 if (drmmode_output->current_crtc == other_crtc) {

Completed in 10 milliseconds