Home
last modified time | relevance | path

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

/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()
/drivers/video/fbdev/
Dudlfb.c590 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in dlfb_handle_damage()