Home
last modified time | relevance | path

Searched refs:active_time (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/dev/drm2/radeon/
Drs690.c226 fixed20_12 active_time; member
304 wm->active_time.full = dfixed_mul(line_time, b); in rs690_crtc_bandwidth_compute()
305 wm->active_time.full = dfixed_div(wm->active_time, a); in rs690_crtc_bandwidth_compute()
465 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
479 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
517 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
546 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
Drv515.c876 fixed20_12 active_time; member
954 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute()
955 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1062 b.full = dfixed_mul(b, wm0.active_time); in rv515_bandwidth_avivo_update()
1076 b.full = dfixed_mul(b, wm1.active_time); in rv515_bandwidth_avivo_update()
1114 b.full = dfixed_mul(b, wm0.active_time); in rv515_bandwidth_avivo_update()
1143 b.full = dfixed_mul(b, wm1.active_time); in rv515_bandwidth_avivo_update()
Devergreen.c770 u32 active_time; /* active display time in ns */ member
883 line_time.full = dfixed_const(wm->active_time + wm->blank_time); in evergreen_average_bandwidth()
940 if (line_fill_time < wm->active_time) in evergreen_latency_watermark()
943 return latency + (line_fill_time - wm->active_time); in evergreen_latency_watermark()
968 u32 line_time = wm->active_time + wm->blank_time; in evergreen_check_latency_hiding()
1017 wm.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()
1018 wm.blank_time = line_time - wm.active_time; in evergreen_program_watermarks()
Dsi.c511 u32 active_time; /* active display time in ns */ member
641 line_time.full = dfixed_const(wm->active_time + wm->blank_time); in dce6_average_bandwidth()
708 if (line_fill_time < wm->active_time) in dce6_latency_watermark()
711 return latency + (line_fill_time - wm->active_time); in dce6_latency_watermark()
736 u32 line_time = wm->active_time + wm->blank_time; in dce6_check_latency_hiding()
784 wm.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()
785 wm.blank_time = line_time - wm.active_time; in dce6_program_watermarks()
/freebsd-9-stable/contrib/gcc/
Dgenautomata.c3037 active_time (ticker_t ticker) in active_time() function
3066 msecs = active_time (ticker); in print_active_time()