Lines Matching refs:hpll
986 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values()
993 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
994 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1347 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1348 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1349 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1364 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en()
1424 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1425 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1426 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1494 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1495 active->hpll.plane); in g4x_compute_intermediate_wm()
1496 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1497 active->hpll.cursor); in g4x_compute_intermediate_wm()
1498 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1499 active->hpll.fbc); in g4x_compute_intermediate_wm()
1518 intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && in g4x_compute_intermediate_wm()
1572 wm->hpll = wm_state->hpll; in g4x_merge_wm()
6353 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values()
6361 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); in g4x_read_wm_values()
6362 wm->hpll.plane = _FW_WM(tmp, HPLL_SR); in g4x_read_wm_values()
6464 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
6496 raw->plane[PLANE_PRIMARY] = active->hpll.plane; in g4x_wm_get_hw_state()
6497 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
6499 raw->fbc = active->hpll.fbc; in g4x_wm_get_hw_state()
6523 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
6565 wm_state->hpll.fbc = 0; in g4x_wm_sanitize()