OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_w
(Results
1 - 2
of
2
) 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 in function:nouveau_conn_native_mode
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);
nouveau_connector.c
64
int
high_w
= 0, high_h = 0, high_v = 0;
local in function:nouveau_conn_native_mode
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 Wed Oct 01 15:09:59 GMT 2025