Searched refs:DL_ALIGN_UP (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/video/
H A Dudlfb.h94 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_fb.c40 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
176 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); udl_handle_damage()
/linux-4.1.27/drivers/video/fbdev/
H A Dudlfb.c590 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); dlfb_handle_damage()

Completed in 230 milliseconds