Home
last modified time | relevance | path

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

/Linux-v4.19/include/video/
Dudlfb.h96 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c40 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
114 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in udl_handle_damage()
/Linux-v4.19/drivers/video/fbdev/
Dudlfb.c611 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in dlfb_handle_damage()