Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcvt.c52 u32 h_margin; member
343 cvt.h_margin = (cvt.xres * 18)/1000; in fb_find_mode_cvt()
344 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1); in fb_find_mode_cvt()
349 cvt.active_pixels = cvt.xres + 2 * cvt.h_margin; in fb_find_mode_cvt()
358 cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin; in fb_find_mode_cvt()
360 2 * cvt.h_margin; in fb_find_mode_cvt()