OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtcshift
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c
1286
drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num, Bool dynamic, int
crtcshift
)
1381
output->possible_crtcs = kencoder->possible_crtcs >>
crtcshift
;
1382
output->possible_clones = kencoder->possible_clones >>
crtcshift
;
1504
int
crtcshift
;
local
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/
drmmode_display.c
3194
drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num, Bool dynamic, int
crtcshift
)
3294
output->possible_crtcs |= (kencoders[i]->possible_crtcs >>
crtcshift
) & 0x7f;
3680
int
crtcshift
;
local
3698
crtcshift
= ffs(ms_ent->assigned_crtcs ^ 0xffffffff) - 1;
3701
crtcshift
);
Completed in 11 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026