OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_w
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c
64
int
high_w
= 0, high_h = 0, high_v = 0;
local
81
if (mode->hdisplay <
high_w
)
84
if (mode->hdisplay ==
high_w
&& mode->vdisplay < high_h)
87
if (mode->hdisplay ==
high_w
&& mode->vdisplay == high_h &&
91
high_w
= mode->hdisplay;
98
high_w
, high_h, high_v);
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026