Lines Matching refs:hpll

945 		   FW_WM(wm->hpll.fbc, FBC_HPLL_SR) |  in g4x_write_wm_values()
952 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
953 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1306 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1307 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1308 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1368 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1369 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1370 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1395 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_pipe_wm()
1444 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1445 active->hpll.plane); in g4x_compute_intermediate_wm()
1446 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1447 active->hpll.cursor); in g4x_compute_intermediate_wm()
1448 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1449 active->hpll.fbc); in g4x_compute_intermediate_wm()
1464 WARN_ON(intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && in g4x_compute_intermediate_wm()
1518 wm->hpll = wm_state->hpll; in g4x_merge_wm()
5617 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values()
5625 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); in g4x_read_wm_values()
5626 wm->hpll.plane = _FW_WM(tmp, HPLL_SR); in g4x_read_wm_values()
5729 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
5761 raw->plane[PLANE_PRIMARY] = active->hpll.plane; in g4x_wm_get_hw_state()
5762 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
5764 raw->fbc = active->hpll.fbc; in g4x_wm_get_hw_state()
5785 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
5827 wm_state->hpll.fbc = 0; in g4x_wm_sanitize()