Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drs690.c266 fixed20_12 priority_mark; member
450 wm->priority_mark.full = dfixed_const(10); in rs690_crtc_bandwidth_compute()
454 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rs690_crtc_bandwidth_compute()
455 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
512 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()
513 priority_mark02.full = wm0->priority_mark.full; in rs690_compute_mode_priority()
516 if (wm1->priority_mark.full > priority_mark12.full) in rs690_compute_mode_priority()
517 priority_mark12.full = wm1->priority_mark.full; in rs690_compute_mode_priority()
546 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()
547 priority_mark02.full = wm0->priority_mark.full; in rs690_compute_mode_priority()
[all …]
H A Drv515.c945 fixed20_12 priority_mark; member
1100 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rv515_crtc_bandwidth_compute()
1101 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1158 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()
1159 priority_mark02.full = wm0->priority_mark.full; in rv515_compute_mode_priority()
1162 if (wm1->priority_mark.full > priority_mark12.full) in rv515_compute_mode_priority()
1163 priority_mark12.full = wm1->priority_mark.full; in rv515_compute_mode_priority()
1192 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()
1193 priority_mark02.full = wm0->priority_mark.full; in rv515_compute_mode_priority()
1219 if (wm1->priority_mark.full > priority_mark12.full) in rv515_compute_mode_priority()
[all …]