Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Drs690.c267 fixed20_12 priority_mark_max; member
443 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
444 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rs690_crtc_bandwidth_compute()
445 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rs690_crtc_bandwidth_compute()
456 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
515 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
516 priority_mark02.full = wm0->priority_mark_max.full; in rs690_compute_mode_priority()
519 if (wm1->priority_mark_max.full > priority_mark12.full) in rs690_compute_mode_priority()
520 priority_mark12.full = wm1->priority_mark_max.full; in rs690_compute_mode_priority()
549 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
[all …]
Drv515.c950 fixed20_12 priority_mark_max; member
1094 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1095 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1096 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rv515_crtc_bandwidth_compute()
1102 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1107 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1166 if (wm0->priority_mark_max.full > priority_mark02.full) in rv515_compute_mode_priority()
1167 priority_mark02.full = wm0->priority_mark_max.full; in rv515_compute_mode_priority()
1170 if (wm1->priority_mark_max.full > priority_mark12.full) in rv515_compute_mode_priority()
1171 priority_mark12.full = wm1->priority_mark_max.full; in rv515_compute_mode_priority()
[all …]