Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Drs690.c268 fixed20_12 priority_mark; member
451 wm->priority_mark.full = dfixed_const(10); in rs690_crtc_bandwidth_compute()
454 wm->priority_mark.full = dfixed_div(estimated_width, a); in rs690_crtc_bandwidth_compute()
455 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rs690_crtc_bandwidth_compute()
456 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rs690_crtc_bandwidth_compute()
513 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()
514 priority_mark02.full = wm0->priority_mark.full; in rs690_compute_mode_priority()
517 if (wm1->priority_mark.full > priority_mark12.full) in rs690_compute_mode_priority()
518 priority_mark12.full = wm1->priority_mark.full; in rs690_compute_mode_priority()
547 if (wm0->priority_mark.full > priority_mark02.full) in rs690_compute_mode_priority()
[all …]
H A Drv515.c919 fixed20_12 priority_mark; member
1070 wm->priority_mark.full = wm->priority_mark_max.full; in rv515_crtc_bandwidth_compute()
1073 wm->priority_mark.full = dfixed_div(estimated_width, a); in rv515_crtc_bandwidth_compute()
1074 wm->priority_mark.full = dfixed_ceil(wm->priority_mark); in rv515_crtc_bandwidth_compute()
1075 wm->priority_mark.full = wm->priority_mark_max.full - wm->priority_mark.full; in rv515_crtc_bandwidth_compute()
1132 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()
1133 priority_mark02.full = wm0->priority_mark.full; in rv515_compute_mode_priority()
1136 if (wm1->priority_mark.full > priority_mark12.full) in rv515_compute_mode_priority()
1137 priority_mark12.full = wm1->priority_mark.full; in rv515_compute_mode_priority()
1166 if (wm0->priority_mark.full > priority_mark02.full) in rv515_compute_mode_priority()
[all …]