OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNVEnt
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_driver.c
251
NVEntPtr
pNVEnt
;
274
pNVEnt
= pPriv->ptr;
275
pNVEnt
->platform_dev = platform_dev;
278
pNVEnt
= pPriv->ptr;
281
if (
pNVEnt
->reinitGeneration != serverGeneration) {
282
pNVEnt
->reinitGeneration = serverGeneration;
284
pNVEnt
->assigned_crtcs = 0;
480
NVEntPtr
pNVEnt
= NVEntPriv(pScrn);
487
if (!(
pNVEnt
->platform_dev &&
488
(
pNVEnt
->platform_dev->flags & XF86_PDEV_SERVER_FD))
[
all
...]
drmmode_display.c
693
NVEntPtr
pNVEnt
= NVEntPriv(pScrn);
715
pNVEnt
->assigned_crtcs |= (1 << num);
1501
NVEntPtr
pNVEnt
= NVEntPriv(pScrn);
1527
crtcshift = ffs(
pNVEnt
->assigned_crtcs ^ 0xffffffff) - 1;
1536
(crtcs_needed && !(
pNVEnt
->assigned_crtcs & (1 << i))))
1855
NVEntPtr
pNVEnt
= NVEntPriv(scrn);
1864
if (
pNVEnt
->fd_wakeup_registered != serverGeneration) {
1873
pNVEnt
->fd_wakeup_registered = serverGeneration;
1874
pNVEnt
->fd_wakeup_ref = 1;
1877
pNVEnt
->fd_wakeup_ref++
[
all
...]
Completed in 7 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026