Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dudlfb.h94 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
/linux-4.1.27/drivers/gpu/drm/udl/
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)); in udl_handle_damage()
/linux-4.1.27/drivers/video/fbdev/
Dudlfb.c590 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in dlfb_handle_damage()