Home
last modified time | relevance | path

Searched refs:assigned_crtcs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.h73 unsigned int assigned_crtcs; member
H A Ddrmmode_display.c2636 ms_ent->assigned_crtcs |= (1 << num); in drmmode_crtc_init()
3918 crtcshift = ffs(ms_ent->assigned_crtcs ^ 0xffffffff) - 1; in drmmode_pre_init()
3930 (crtcs_needed && !(ms_ent->assigned_crtcs & (1 << i)))) in drmmode_pre_init()
H A Ddriver.c2031 ms_ent->assigned_crtcs = 0; in CloseScreen()