HomeSort by: relevance | last modified time | path
    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 22 milliseconds