Searched defs:fb_width (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h45 u32 fb_width; 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 Dmemory.c212 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-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmemory.c214 register int const fb_width,
231 while (x < fb_width) {
232 if (x + 63 > fb_width)
233 x = fb_width - 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 Dmemory.c220 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-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c193 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-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c1824 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 26 milliseconds