OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assigned_crtcs
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_probe.h
67
unsigned int
assigned_crtcs
;
member in struct:__anon6705
drmmode_display.c
1958
pAMDGPUEnt->
assigned_crtcs
|= (1 << num);
3401
!(pAMDGPUEnt->
assigned_crtcs
& (1 << i))))
amdgpu_kms.c
1926
pAMDGPUEnt->
assigned_crtcs
= 0;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_probe.h
142
unsigned int
assigned_crtcs
;
member in struct:__anon6937
drmmode_display.c
1475
pRADEONEnt->
assigned_crtcs
|= (1 << num);
2868
!(pRADEONEnt->
assigned_crtcs
& (1 << i))))
radeon_kms.c
2212
pRADEONEnt->
assigned_crtcs
= 0;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_type.h
37
unsigned int
assigned_crtcs
;
member in struct:__anon9079
drmmode_display.c
715
pNVEnt->
assigned_crtcs
|= (1 << num);
1527
crtcshift = ffs(pNVEnt->
assigned_crtcs
^ 0xffffffff) - 1;
1536
(crtcs_needed && !(pNVEnt->
assigned_crtcs
& (1 << i))))
nv_driver.c
284
pNVEnt->
assigned_crtcs
= 0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.h
72
unsigned int
assigned_crtcs
;
member in struct:__anon10016
drmmode_display.c
2415
ms_ent->
assigned_crtcs
|= (1 << num);
3698
crtcshift = ffs(ms_ent->
assigned_crtcs
^ 0xffffffff) - 1;
3710
(crtcs_needed && !(ms_ent->
assigned_crtcs
& (1 << i))))
driver.c
2126
ms_ent->
assigned_crtcs
= 0;
Completed in 16 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026