Searched refs:pixel_period (Results 1 – 3 of 3) sorted by relevance
2214 u32 pixel_period; in evergreen_program_watermarks() local2225 pixel_period = 1000000 / (u32)mode->clock; in evergreen_program_watermarks()2226 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in evergreen_program_watermarks()2244 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()2271 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()
2258 u32 pixel_period; in dce6_program_watermarks() local2268 pixel_period = 1000000 / (u32)mode->clock; in dce6_program_watermarks()2269 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce6_program_watermarks()2291 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()2318 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()
9520 u32 pixel_period; in dce8_program_watermarks() local9526 pixel_period = 1000000 / (u32)mode->clock; in dce8_program_watermarks()9527 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce8_program_watermarks()9543 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in dce8_program_watermarks()9583 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in dce8_program_watermarks()