Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Drs690.c265 fixed20_12 priority_mark_max; member
441 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
442 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rs690_crtc_bandwidth_compute()
443 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rs690_crtc_bandwidth_compute()
454 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
513 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
514 priority_mark02.full = wm0->priority_mark_max.full; in rs690_compute_mode_priority()
517 if (wm1->priority_mark_max.full > priority_mark12.full) in rs690_compute_mode_priority()
518 priority_mark12.full = wm1->priority_mark_max.full; in rs690_compute_mode_priority()
547 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
[all …]
Drv515.c945 fixed20_12 priority_mark_max; member
1089 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1090 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1091 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rv515_crtc_bandwidth_compute()
1097 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1102 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1161 if (wm0->priority_mark_max.full > priority_mark02.full) in rv515_compute_mode_priority()
1162 priority_mark02.full = wm0->priority_mark_max.full; in rv515_compute_mode_priority()
1165 if (wm1->priority_mark_max.full > priority_mark12.full) in rv515_compute_mode_priority()
1166 priority_mark12.full = wm1->priority_mark_max.full; in rv515_compute_mode_priority()
[all …]