vbilines 296 drivers/gpu/drm/drm_modes.c int vbilines; vbilines 304 drivers/gpu/drm/drm_modes.c vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1; vbilines 306 drivers/gpu/drm/drm_modes.c if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) vbilines 307 drivers/gpu/drm/drm_modes.c vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; vbilines 309 drivers/gpu/drm/drm_modes.c drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;