Searched defs:fb_height (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 46 u32 fb_height; member in struct:drm_fb_helper_surface_size 112 uint32_t fb_width, uint32_t fb_height);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | memory.c | 211 register int const fb_height, 227 while (y < fb_height) { 232 if (y + 63 > fb_height) 233 y = fb_height - 64; 207 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | memory.c | 213 register int const fb_height, 229 while (y < fb_height) { 234 if (y + 63 > fb_height) 235 y = fb_height - 64; 209 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 219 register int const fb_height, 235 while (y < fb_height) { 239 if (y + 63 > fb_height) y = fb_height - 64; 215 check_plane( register int const num_planes, register int const access_mode, register int const fb_pitch, register int const fb_height, register int const fb_width, register int const bytepp, register caddr_t const base) argument
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 193 static int fb_width = 0, fb_height = 0; variable 628 change of fb_width and fb_height previously set by 633 fb_height == DisplayHeight (dpy, screen) && 643 fb_width, fb_height, fb_width_mm, fb_height_mm, dpi); 646 XRRSetScreenSize (dpy, root, fb_width, fb_height, 735 if (x + w <= fb_width && y + h <= fb_height) 986 fb_width = fb_height = 0; 1001 if (y + h > fb_height) fb_height = y + h; 1004 if (fb_width > maxWidth || fb_height > maxHeigh [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1824 unsigned int fb_width, fb_height; local 1883 fb_height = fb->height << 16; 1888 plane_req->src_h > fb_height || 1889 plane_req->src_y > fb_height - plane_req->src_h) {
|
Completed in 58 milliseconds