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()
1362 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1363 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1364 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1379 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en()
1439 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1440 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1441 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1510 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1511 active->hpll.plane); in g4x_compute_intermediate_wm()
1512 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1513 active->hpll.cursor); in g4x_compute_intermediate_wm()
1514 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1515 active->hpll.fbc); in g4x_compute_intermediate_wm()
1534 intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && in g4x_compute_intermediate_wm()
1588 wm->hpll = wm_state->hpll; in g4x_merge_wm()
6717 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values()
6725 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); in g4x_read_wm_values()
6726 wm->hpll.plane = _FW_WM(tmp, HPLL_SR); in g4x_read_wm_values()
6828 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
6860 raw->plane[PLANE_PRIMARY] = active->hpll.plane; in g4x_wm_get_hw_state()
6861 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
6863 raw->fbc = active->hpll.fbc; in g4x_wm_get_hw_state()
6887 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
6929 wm_state->hpll.fbc = 0; in g4x_wm_sanitize()