Lines Matching refs:hpll

961 		   FW_WM(wm->hpll.fbc, FBC_HPLL_SR) |  in g4x_write_wm_values()
968 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
969 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1317 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1318 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1319 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1334 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en()
1393 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1394 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1395 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1464 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1465 active->hpll.plane); in g4x_compute_intermediate_wm()
1466 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1467 active->hpll.cursor); in g4x_compute_intermediate_wm()
1468 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1469 active->hpll.fbc); in g4x_compute_intermediate_wm()
1488 intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && in g4x_compute_intermediate_wm()
1542 wm->hpll = wm_state->hpll; in g4x_merge_wm()
3670 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values()
3678 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); in g4x_read_wm_values()
3679 wm->hpll.plane = _FW_WM(tmp, HPLL_SR); in g4x_read_wm_values()
3781 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
3815 raw->plane[PLANE_PRIMARY] = active->hpll.plane; in g4x_wm_get_hw_state()
3816 raw->plane[PLANE_CURSOR] = active->hpll.cursor; in g4x_wm_get_hw_state()
3818 raw->fbc = active->hpll.fbc; in g4x_wm_get_hw_state()
3843 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
3886 wm_state->hpll.fbc = 0; in g4x_wm_sanitize()