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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs690.c261 fixed20_12 estimated_width; member in struct:rs690_watermark
278 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rs690_crtc_bandwidth_compute() local
447 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rs690_crtc_bandwidth_compute()
448 estimated_width.full = dfixed_div(estimated_width, consumption_time); rs690_crtc_bandwidth_compute()
449 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { rs690_crtc_bandwidth_compute()
453 wm->priority_mark.full = dfixed_div(estimated_width, a); rs690_crtc_bandwidth_compute()
H A Drv515.c943 fixed20_12 estimated_width; member in struct:rv515_watermark
960 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; rv515_crtc_bandwidth_compute() local
1097 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; rv515_crtc_bandwidth_compute()
1098 estimated_width.full = dfixed_div(estimated_width, consumption_time); rv515_crtc_bandwidth_compute()
1099 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { rv515_crtc_bandwidth_compute()
1103 wm->priority_mark.full = dfixed_div(estimated_width, a); rv515_crtc_bandwidth_compute()

Completed in 71 milliseconds