Searched refs:vs (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_res.c | 558 const SunVideoSummary *vs; /* Video summary array element ptr */ local 660 for (vs = &SunVideoTable[0]; vs->id_string != NULL; vs += 1) { 661 if (fbc_resname_cmp(vs->id_string, video_mode->name) == 0) { 663 video_mode->name = vs->id_string; 664 video_mode->width = vs->width; 665 video_mode->height = vs->height; 666 video_mode->frequency = vs->vfreq;
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 119 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ 124 .vscan = (vs), .flags = (f), \ 381 * @invert_dimensions: for purposes of error checking crtc vs fb sizes,
|
Completed in 16 milliseconds