Searched refs:scr_width (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/video/omap/ |
D | hwa742.c | 353 int scr_width = hwa742.fbdev->panel->x_res; in send_frame_handler() local 359 x, y, w, h, scr_width, color_mode, flags); in send_frame_handler() 390 enable_tearsync(y, scr_width, h, scr_height, in send_frame_handler() 397 offset = (scr_width * y + x) * bpp / 8; in send_frame_handler() 400 OMAPFB_CHANNEL_OUT_LCD, offset, scr_width, 0, 0, w, h, in send_frame_handler()
|
/linux-3.4.99/drivers/video/omap2/dss/ |
D | rfbi.c | 248 void omap_rfbi_write_pixels(const void __iomem *buf, int scr_width, in omap_rfbi_write_pixels() argument 252 int start_offset = scr_width * y + x; in omap_rfbi_write_pixels() 253 int horiz_offset = scr_width - w; in omap_rfbi_write_pixels()
|
/linux-3.4.99/include/video/ |
D | omapdss.h | 231 void omap_rfbi_write_pixels(const void __iomem *buf, int scr_width,
|