Searched refs:new_crtc_htotal (Results 1 – 1 of 1) sorted by relevance
163 u32 new_crtc_htotal; in htotal_calculate() local169 new_crtc_htotal = (mode->crtc_htotal - 1) * 200 * 1000 / mode->clock; in htotal_calculate()171 DRM_DEBUG_KMS("new crtc htotal 0x%4x\n", new_crtc_htotal); in htotal_calculate()172 return (mode->crtc_hdisplay - 1) | (new_crtc_htotal << 16); in htotal_calculate()