Searched refs:current_crtc (Results 1 – 2 of 2) sorted by relevance
543 if (drmmode_output->current_crtc == crtc) { in crtc_add_dpms_props()703 xf86CrtcPtr crtc = drmmode_output->current_crtc; in drmmode_output_dpms_atomic()970 if (drmmode_output->current_crtc == other_crtc) { in drmmode_crtc_set_mode()998 drmmode_output->current_crtc = crtc; in drmmode_crtc_set_mode()999 else if (drmmode_output->current_crtc == crtc) in drmmode_crtc_set_mode()1000 drmmode_output->current_crtc = NULL; in drmmode_crtc_set_mode()2439 int current_crtc, best_plane = 0; in drmmode_crtc_create_planes() local2523 current_crtc = drmmode_prop_get_value(&tmp_props[DRMMODE_PLANE_CRTC_ID], in drmmode_crtc_create_planes()2525 if (current_crtc == drmmode_crtc->mode_crtc->crtc_id) { in drmmode_crtc_create_planes()3374 unsigned int current_crtc; in drmmode_output_init() local[all …]
270 xf86CrtcPtr current_crtc; member