Searched refs:priority_mark (Results 1 – 2 of 2) sorted by relevance
257 fixed20_12 priority_mark; member440 wm->priority_mark.full = dfixed_const(10); in rs690_crtc_bandwidth_compute()443 wm->priority_mark.full = dfixed_div(estimated_width, a); in rs690_crtc_bandwidth_compute()444 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rs690_crtc_bandwidth_compute()445 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()502 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()503 priority_mark02.full = wm0->priority_mark.full; in rs690_compute_mode_priority()506 if (wm1->priority_mark.full > priority_mark12.full) in rs690_compute_mode_priority()507 priority_mark12.full = wm1->priority_mark.full; in rs690_compute_mode_priority()536 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()[all …]
949 fixed20_12 priority_mark; member1100 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()1103 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()1104 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rv515_crtc_bandwidth_compute()1105 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()1162 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()1163 priority_mark02.full = wm0->priority_mark.full; in rv515_compute_mode_priority()1166 if (wm1->priority_mark.full > priority_mark12.full) in rv515_compute_mode_priority()1167 priority_mark12.full = wm1->priority_mark.full; in rv515_compute_mode_priority()1196 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()[all …]