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

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c1286 drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num, Bool dynamic, int crtcshift) argument
1381 output->possible_crtcs = kencoder->possible_crtcs >> crtcshift;
1382 output->possible_clones = kencoder->possible_clones >> crtcshift;
1504 int crtcshift; local in function:drmmode_pre_init
1527 crtcshift = ffs(pNVEnt->assigned_crtcs ^ 0xffffffff) - 1;
1529 crtcs_needed += drmmode_output_init(pScrn, drmmode, mode_res, i, FALSE, crtcshift);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3194 drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num, Bool dynamic, int crtcshift) argument
3294 output->possible_crtcs |= (kencoders[i]->possible_crtcs >> crtcshift) & 0x7f;
3680 int crtcshift; local in function:drmmode_pre_init
3698 crtcshift = ffs(ms_ent->assigned_crtcs ^ 0xffffffff) - 1;
3701 crtcshift);

Completed in 10 milliseconds