Lines Matching refs:hdisplay
1100 mode->hdisplay, mode->vdisplay, mode->vrefresh, in hdmi_mode_valid()
1183 m->hdisplay, m->vdisplay, m->vrefresh); in hdmi_mode_fixup()
1804 hdmi_set_reg(core->h_blank, 2, m->htotal - m->hdisplay); in hdmi_v13_mode_set()
1813 val = (m->hsync_start - m->hdisplay - 2); in hdmi_v13_mode_set()
1814 val |= ((m->hsync_end - m->hdisplay - 2) << 10); in hdmi_v13_mode_set()
1844 val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v13_mode_set()
1846 (m->hsync_start - m->hdisplay)) << 12; in hdmi_v13_mode_set()
1876 hdmi_set_reg(tg->hact_st, 2, m->htotal - m->hdisplay); in hdmi_v13_mode_set()
1877 hdmi_set_reg(tg->hact_sz, 2, m->hdisplay); in hdmi_v13_mode_set()
1901 hdmi_set_reg(core->h_blank, 2, m->htotal - m->hdisplay); in hdmi_v14_mode_set()
1931 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_set()
1933 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_set()
1967 hdmi_set_reg(core->h_sync_start, 2, m->hsync_start - m->hdisplay - 2); in hdmi_v14_mode_set()
1968 hdmi_set_reg(core->h_sync_end, 2, m->hsync_end - m->hdisplay - 2); in hdmi_v14_mode_set()
1991 hdmi_set_reg(tg->hact_st, 2, m->htotal - m->hdisplay); in hdmi_v14_mode_set()
1992 hdmi_set_reg(tg->hact_sz, 2, m->hdisplay); in hdmi_v14_mode_set()
2008 m->hdisplay, m->vdisplay, in hdmi_mode_set()