Searched refs:scr_width (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 352 int scr_width = hwa742.fbdev->panel->x_res; send_frame_handler() local 356 dev_dbg(hwa742.fbdev->dev, "x %d y %d w %d h %d scr_width %d " send_frame_handler() 358 x, y, w, h, scr_width, color_mode, flags); send_frame_handler() 389 enable_tearsync(y, scr_width, h, scr_height, send_frame_handler() 396 offset = (scr_width * y + x) * bpp / 8; send_frame_handler() 399 OMAPFB_CHANNEL_OUT_LCD, offset, scr_width, 0, 0, w, h, send_frame_handler()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | rfbi.c | 250 static void rfbi_write_pixels(const void __iomem *buf, int scr_width, rfbi_write_pixels() argument 254 int start_offset = scr_width * y + x; rfbi_write_pixels() 255 int horiz_offset = scr_width - w; rfbi_write_pixels()
|
Completed in 139 milliseconds