Searched refs:estimated_width (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Drs690.c217 fixed20_12 estimated_width; member in struct:rs690_watermark
233 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
382 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
383 estimated_width.full = dfixed_div(estimated_width, consumption_time);
384 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
388 wm->priority_mark.full = dfixed_div(estimated_width, a);
H A Drv515.c773 fixed20_12 estimated_width; member in struct:rv515_watermark
789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
911 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
912 estimated_width.full = dfixed_div(estimated_width, consumption_time);
913 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
917 wm->priority_mark.full = dfixed_div(estimated_width, a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c217 fixed20_12 estimated_width; member in struct:rs690_watermark
233 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
382 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
383 estimated_width.full = dfixed_div(estimated_width, consumption_time);
384 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
388 wm->priority_mark.full = dfixed_div(estimated_width, a);
H A Drv515.c773 fixed20_12 estimated_width; member in struct:rv515_watermark
789 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
911 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
912 estimated_width.full = dfixed_div(estimated_width, consumption_time);
913 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
917 wm->priority_mark.full = dfixed_div(estimated_width, a);

Completed in 165 milliseconds