Home
last modified time | relevance | path

Searched refs:new_crtc_htotal (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c163 u32 new_crtc_htotal; in htotal_calculate() local
166 * 1024 x 768 new_crtc_htotal = 0x1024; in htotal_calculate()
167 * 1280 x 1024 new_crtc_htotal = 0x0c34; in htotal_calculate()
169 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c166 u32 new_crtc_htotal; in htotal_calculate() local
169 * 1024 x 768 new_crtc_htotal = 0x1024; in htotal_calculate()
170 * 1280 x 1024 new_crtc_htotal = 0x0c34; in htotal_calculate()
172 new_crtc_htotal = (mode->crtc_htotal - 1) * 200 * 1000 / mode->clock; in htotal_calculate()
174 DRM_DEBUG_KMS("new crtc htotal 0x%4x\n", new_crtc_htotal); in htotal_calculate()
175 return (mode->crtc_hdisplay - 1) | (new_crtc_htotal << 16); in htotal_calculate()

Completed in 4 milliseconds