Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dudlfb.h100 #define DL_ALIGN_UP(x, a) ALIGN(x, a) macro
/openbmc/linux/drivers/video/fbdev/
H A Dudlfb.c614 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in dlfb_handle_damage()