Searched refs:scr_width (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | hwa742.c | 352 int scr_width = hwa742.fbdev->panel->x_res; in send_frame_handler() local 358 x, y, w, h, scr_width, color_mode, flags); in send_frame_handler() 389 enable_tearsync(y, scr_width, h, scr_height, in send_frame_handler() 396 offset = (scr_width * y + x) * bpp / 8; in send_frame_handler() 399 OMAPFB_CHANNEL_OUT_LCD, offset, scr_width, 0, 0, w, h, in send_frame_handler()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | rfbi.c | 251 static void rfbi_write_pixels(const void __iomem *buf, int scr_width, in rfbi_write_pixels() argument 255 int start_offset = scr_width * y + x; in rfbi_write_pixels() 256 int horiz_offset = scr_width - w; in rfbi_write_pixels()
|