Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Drs690.c256 fixed20_12 priority_mark_max; member
432 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
433 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rs690_crtc_bandwidth_compute()
434 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rs690_crtc_bandwidth_compute()
445 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
504 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
505 priority_mark02.full = wm0->priority_mark_max.full; in rs690_compute_mode_priority()
508 if (wm1->priority_mark_max.full > priority_mark12.full) in rs690_compute_mode_priority()
509 priority_mark12.full = wm1->priority_mark_max.full; in rs690_compute_mode_priority()
538 if (wm0->priority_mark_max.full > priority_mark02.full) in rs690_compute_mode_priority()
[all …]
Drv515.c948 fixed20_12 priority_mark_max; member
1092 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1093 wm->priority_mark_max.full = dfixed_div(wm->priority_mark_max, a); in rv515_crtc_bandwidth_compute()
1094 wm->priority_mark_max.full = dfixed_ceil(wm->priority_mark_max); in rv515_crtc_bandwidth_compute()
1100 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1105 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1164 if (wm0->priority_mark_max.full > priority_mark02.full) in rv515_compute_mode_priority()
1165 priority_mark02.full = wm0->priority_mark_max.full; in rv515_compute_mode_priority()
1168 if (wm1->priority_mark_max.full > priority_mark12.full) in rv515_compute_mode_priority()
1169 priority_mark12.full = wm1->priority_mark_max.full; in rv515_compute_mode_priority()
[all …]