Lines Matching refs:hpll
1001 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values()
1008 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
1009 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1358 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1359 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1360 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1375 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en()
1434 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1435 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1436 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1505 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1506 active->hpll.plane); in g4x_compute_intermediate_wm()
1507 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1508 active->hpll.cursor); in g4x_compute_intermediate_wm()
1509 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1510 active->hpll.fbc); in g4x_compute_intermediate_wm()
1529 intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && in g4x_compute_intermediate_wm()
1583 wm->hpll = wm_state->hpll; in g4x_merge_wm()
6716 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values()
6724 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); in g4x_read_wm_values()
6725 wm->hpll.plane = _FW_WM(tmp, HPLL_SR); in g4x_read_wm_values()
6827 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
6861 raw->plane[PLANE_PRIMARY] = active->hpll.plane; in g4x_wm_get_hw_state()
6862 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
6864 raw->fbc = active->hpll.fbc; in g4x_wm_get_hw_state()
6889 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
6931 wm_state->hpll.fbc = 0; in g4x_wm_sanitize()