Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dsi.c1091 u16 hfp_sw, hsync_sw, hbp_sw; in bxt_dsi_get_pipe_config() local
1178 hfp_sw = adjusted_mode_sw->crtc_hsync_start - in bxt_dsi_get_pipe_config()
1186 hfp_sw /= 2; in bxt_dsi_get_pipe_config()
1191 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1199 hfp_sw = pixels_from_txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1207 hfp_sw *= 2; in bxt_dsi_get_pipe_config()
1212 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1214 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()