Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDrs690.c224 fixed20_12 active_time; member
302 wm->active_time.full = dfixed_mul(line_time, b); in rs690_crtc_bandwidth_compute()
303 wm->active_time.full = dfixed_div(wm->active_time, a); in rs690_crtc_bandwidth_compute()
462 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
476 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
510 b.full = dfixed_mul(b, wm0.active_time); in rs690_bandwidth_update()
537 b.full = dfixed_mul(b, wm1.active_time); in rs690_bandwidth_update()
HDrv515.c933 fixed20_12 active_time; member
1011 wm->active_time.full = dfixed_mul(line_time, b); in rv515_crtc_bandwidth_compute()
1012 wm->active_time.full = dfixed_div(wm->active_time, a); in rv515_crtc_bandwidth_compute()
1119 b.full = dfixed_mul(b, wm0.active_time); in rv515_bandwidth_avivo_update()
1133 b.full = dfixed_mul(b, wm1.active_time); in rv515_bandwidth_avivo_update()
1167 b.full = dfixed_mul(b, wm0.active_time); in rv515_bandwidth_avivo_update()
1194 b.full = dfixed_mul(b, wm1.active_time); in rv515_bandwidth_avivo_update()
HDevergreen.c828 u32 active_time; /* active display time in ns */ member
941 line_time.full = dfixed_const(wm->active_time + wm->blank_time); in evergreen_average_bandwidth()
998 if (line_fill_time < wm->active_time) in evergreen_latency_watermark()
1001 return latency + (line_fill_time - wm->active_time); in evergreen_latency_watermark()
1026 u32 line_time = wm->active_time + wm->blank_time; in evergreen_check_latency_hiding()
1075 wm.active_time = mode->crtc_hdisplay * pixel_period; in evergreen_program_watermarks()
1076 wm.blank_time = line_time - wm.active_time; in evergreen_program_watermarks()
HDsi.c538 u32 active_time; /* active display time in ns */ member
668 line_time.full = dfixed_const(wm->active_time + wm->blank_time); in dce6_average_bandwidth()
735 if (line_fill_time < wm->active_time) in dce6_latency_watermark()
738 return latency + (line_fill_time - wm->active_time); in dce6_latency_watermark()
763 u32 line_time = wm->active_time + wm->blank_time; in dce6_check_latency_hiding()
811 wm.active_time = mode->crtc_hdisplay * pixel_period; in dce6_program_watermarks()
812 wm.blank_time = line_time - wm.active_time; in dce6_program_watermarks()
/trueos/contrib/gcc/
HDgenautomata.c3037 active_time (ticker_t ticker) in active_time() function
3066 msecs = active_time (ticker); in print_active_time()