Home
last modified time | relevance | path

Searched refs:hpll (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_pm.c947 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values()
954 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
955 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1308 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1309 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1310 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1370 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1371 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1372 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1397 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_pipe_wm()
[all …]
HDintel_drv.h547 struct g4x_sr_wm hpll; member
HDi915_drv.h1846 struct g4x_sr_wm hpll; member