Home | History | Annotate | Download | only in i915

Lines Matching refs:linetime

2829 	u32 linetime, ips_linetime;
2841 linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8,
2847 PIPE_WM_LINETIME_TIME(linetime);
3191 pipe_wm->linetime = hsw_compute_linetime_wm(crtc_state);
3444 results->wm_linetime[pipe] = intel_crtc->wm.active.ilk.linetime;
5061 pipe_wm->linetime = skl_compute_linetime_wm(crtc_state);
5187 return wm1->linetime == wm2->linetime;
5580 I915_WRITE(PIPE_WM_LINETIME(pipe), pipe_wm->linetime);
5725 out->linetime = I915_READ(PIPE_WM_LINETIME(pipe));
5786 active->linetime = hw->wm_linetime[pipe];