Home
last modified time | relevance | path

Searched refs:priority_mark (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
Drs690.c246 fixed20_12 priority_mark; member
409 wm->priority_mark.full = dfixed_const(10); in rs690_crtc_bandwidth_compute()
412 wm->priority_mark.full = dfixed_div(estimated_width, a); in rs690_crtc_bandwidth_compute()
413 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rs690_crtc_bandwidth_compute()
414 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
505 if (wm0.priority_mark.full > priority_mark02.full) in rs690_bandwidth_update()
506 priority_mark02.full = wm0.priority_mark.full; in rs690_bandwidth_update()
511 if (wm1.priority_mark.full > priority_mark12.full) in rs690_bandwidth_update()
512 priority_mark12.full = wm1.priority_mark.full; in rs690_bandwidth_update()
543 if (wm0.priority_mark.full > priority_mark02.full) in rs690_bandwidth_update()
[all …]
Drv515.c935 fixed20_12 priority_mark; member
1071 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1074 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1075 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rv515_crtc_bandwidth_compute()
1076 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1144 if (wm0.priority_mark.full > priority_mark02.full) in rv515_bandwidth_avivo_update()
1145 priority_mark02.full = wm0.priority_mark.full; in rv515_bandwidth_avivo_update()
1150 if (wm1.priority_mark.full > priority_mark12.full) in rv515_bandwidth_avivo_update()
1151 priority_mark12.full = wm1.priority_mark.full; in rv515_bandwidth_avivo_update()
1182 if (wm0.priority_mark.full > priority_mark02.full) in rv515_bandwidth_avivo_update()
[all …]