Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds