Searched defs:fb_width (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 46 u32 fb_width; member in struct:drm_fb_helper_surface_size 113 uint32_t fb_width, uint32_t fb_height);
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | memory.c | 212 register int const fb_width, 229 while (x < fb_width) { 230 if (x + 63 > fb_width) 231 x = fb_width - 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-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 220 register int const fb_width, 237 while (x < fb_width) { 238 if (x + 63 > fb_width) x = fb_width - 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-s12/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 632 if (fb_width == DisplayWidth (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; 1000 if (x + w > fb_width) fb_width = x + w; 1004 if (fb_width > maxWidt [all...] |
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1824 unsigned int fb_width, fb_height; local 1882 fb_width = fb->width << 16; 1886 if (plane_req->src_w > fb_width || 1887 plane_req->src_x > fb_width - plane_req->src_w ||
|
Completed in 56 milliseconds