Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/core/
Dfbcvt.c52 u32 h_margin; member
354 cvt.h_margin = (cvt.xres * 18)/1000; in fb_find_mode_cvt()
355 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1); in fb_find_mode_cvt()
360 cvt.active_pixels = cvt.xres + 2 * cvt.h_margin; in fb_find_mode_cvt()
369 cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin; in fb_find_mode_cvt()
371 2 * cvt.h_margin; in fb_find_mode_cvt()