Searched refs:fb_width (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 45 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 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
|
H A D | libvtsSUNWast.h | 186 int const fb_width,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | memory.c | 214 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
|
H A D | libvtsSUNWefb.h | 148 int const fb_width,
|
/solaris-x11-s11/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
|
H A D | libvtsSUNWmga.h | 190 int const fb_width,
|
/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 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 D | drm_fb_helper.c | 332 sizes.fb_width = (unsigned)-1; 379 if (desired_mode->hdisplay < sizes.fb_width) 380 sizes.fb_width = desired_mode->hdisplay; 391 if (crtc_count == 0 || sizes.fb_width == (unsigned)-1 || sizes.fb_height == (unsigned)-1) { 395 sizes.fb_width = sizes.surface_width = 1024;
|
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 34 milliseconds