HomeSort by: relevance | last modified time | path
    Searched defs:consumption_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 285 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local in function:rs690_crtc_bandwidth_compute
343 consumption_time.full = dfixed_div(pclk, b);
345 consumption_time.full = pclk.full;
348 wm->consumption_rate.full = dfixed_div(a, consumption_time);
454 estimated_width.full = dfixed_div(estimated_width, consumption_time);
radeon_rv515.c 968 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local in function:rv515_crtc_bandwidth_compute
1023 consumption_time.full = dfixed_div(pclk, b);
1025 consumption_time.full = pclk.full;
1028 wm->consumption_rate.full = dfixed_div(a, consumption_time);
1105 estimated_width.full = dfixed_div(estimated_width, consumption_time);

Completed in 13 milliseconds