Lines Matching refs:hdisplay
941 mode->hdisplay, mode->vdisplay,
1037 m->hdisplay, m->vdisplay,
1220 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1230 val = (m->hsync_start - m->hdisplay - 2);
1231 val |= ((m->hsync_end - m->hdisplay - 2) << 10);
1260 val = ((m->htotal / 2) + (m->hsync_start - m->hdisplay));
1262 (m->hsync_start - m->hdisplay)) << 12;
1289 hdmi_reg_writev(hdata, HDMI_TG_HACT_ST_L, 2, m->htotal - m->hdisplay);
1290 hdmi_reg_writev(hdata, HDMI_TG_HACT_SZ_L, 2, m->hdisplay);
1307 (m->hdisplay == 1280 || m->hdisplay == 1024 || m->hdisplay == 1366))
1310 hdmi_reg_writev(hdata, HDMI_H_BLANK_0, 2, m->htotal - m->hdisplay);
1343 (m->htotal / 2) + (m->hsync_start - m->hdisplay));
1345 (m->htotal / 2) + (m->hsync_start - m->hdisplay));
1379 m->hsync_start - m->hdisplay - 2);
1381 m->hsync_end - m->hdisplay - 2);
1403 m->htotal - m->hdisplay - hquirk);
1404 hdmi_reg_writev(hdata, HDMI_TG_HACT_SZ_L, 2, m->hdisplay + hquirk);