Searched refs:pixel_period (Results 1 – 3 of 3) sorted by relevance
2264 u32 pixel_period; in evergreen_program_watermarks() local2275 pixel_period = 1000000 / (u32)mode->clock; in evergreen_program_watermarks()2276 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in evergreen_program_watermarks()2294 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()2321 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()
2300 u32 pixel_period; in dce6_program_watermarks() local2310 pixel_period = 1000000 / (u32)mode->clock; in dce6_program_watermarks()2311 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce6_program_watermarks()2333 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()2360 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()
9265 u32 pixel_period; in dce8_program_watermarks() local9271 pixel_period = 1000000 / (u32)mode->clock; in dce8_program_watermarks()9272 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce8_program_watermarks()9288 wm_high.active_time = mode->crtc_hdisplay * pixel_period; in dce8_program_watermarks()9328 wm_low.active_time = mode->crtc_hdisplay * pixel_period; in dce8_program_watermarks()