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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c221 fixed20_12 estimated_width; member in struct:rs690_watermark
237 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
389 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
390 estimated_width.full = dfixed_div(estimated_width, consumption_time);
391 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
395 wm->priority_mark.full = dfixed_div(estimated_width, a);
H A Drv515.c930 fixed20_12 estimated_width; member in struct:rv515_watermark
946 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local
1069 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
1070 estimated_width.full = dfixed_div(estimated_width, consumption_time);
1071 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
1075 wm->priority_mark.full = dfixed_div(estimated_width, a);

Completed in 110 milliseconds