/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rs690.c | 267 fixed20_12 estimated_width; member in struct:rs690_watermark 284 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rs690_crtc_bandwidth_compute 453 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; 454 estimated_width.full = dfixed_div(estimated_width, consumption_time); 455 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { 459 wm->priority_mark.full = dfixed_div(estimated_width, a);
|
radeon_rv515.c | 950 fixed20_12 estimated_width; member in struct:rv515_watermark 967 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; local in function:rv515_crtc_bandwidth_compute 1104 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; 1105 estimated_width.full = dfixed_div(estimated_width, consumption_time); 1106 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { 1110 wm->priority_mark.full = dfixed_div(estimated_width, a);
|