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