Home
last modified time | relevance | path

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

/linux-6.1.9/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.c918 fixed20_12 priority_mark_max; member
1062 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1063 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1064 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rv515_crtc_bandwidth_compute()
1070 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1075 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1134 if (wm0->priority_mark_max.full > priority_mark02.full) in rv515_compute_mode_priority()
1135 priority_mark02.full = wm0->priority_mark_max.full; in rv515_compute_mode_priority()
1138 if (wm1->priority_mark_max.full > priority_mark12.full) in rv515_compute_mode_priority()
1139 priority_mark12.full = wm1->priority_mark_max.full; in rv515_compute_mode_priority()
[all …]