Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Dudlfb.c602 int aligned_x; in dlfb_handle_damage() local
608 aligned_x = DL_ALIGN_DOWN(x, sizeof(unsigned long)); in dlfb_handle_damage()
609 width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); in dlfb_handle_damage()
610 x = aligned_x; in dlfb_handle_damage()