Searched refs:active_time (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/drm2/radeon/ |
| HD | rs690.c | 224 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()
|
| HD | rv515.c | 933 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()
|
| HD | evergreen.c | 828 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()
|
| HD | si.c | 538 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/ |
| HD | genautomata.c | 3037 active_time (ticker_t ticker) in active_time() function 3066 msecs = active_time (ticker); in print_active_time()
|