Home
last modified time | relevance | path

Searched refs:current_crtc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c543 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() local
2523 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 …]
H A Ddrmmode_display.h270 xf86CrtcPtr current_crtc; member