Searched refs:ALIGN (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_fb.c63 mode_cmd.pitches[0] = ALIGN(mode_cmd.width * ((sizes->surface_bpp + 7) /
69 size = ALIGN(size, PAGE_SIZE);
H A Di915_gem.c231 args->pitch = ALIGN(args->width * ((args->bpp + 7) / 8), 64);
282 int cacheline_end = ALIGN(gpu_offset + 1, 64);
H A Dintel_display.c6739 return ALIGN(pitch, 64);
6746 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h128 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h136 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c955 pitch = ALIGN(fb_info.xres * ((fb_info.depth + 7) / 8), 64);
956 size = ALIGN(pitch *fb_info.yres, PAGE_SIZE);

Completed in 83 milliseconds