Lines Matching refs:hdisplay_rnd
157 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync;
182 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY);
187 hmargin = hdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000;
191 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
385 unsigned int hdisplay_rnd, vdisplay_rnd, vfieldrate_rqd;
411 hdisplay_rnd = (hdisplay + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN;
412 hdisplay_rnd = hdisplay_rnd * GTF_CELL_GRAN;
474 left_margin = (hdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) /
482 total_active_pixels = hdisplay_rnd + left_margin + right_margin;
510 drm_mode->hdisplay = hdisplay_rnd;
511 drm_mode->hsync_start = hdisplay_rnd + hfront_porch;