Searched refs:FW_WM (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Di9xx_wm.c136 #define FW_WM(value, plane) \ macro
661 reg |= FW_WM(wm, SR);
670 FW_WM(wm, CURSOR_SR));
676 intel_uncore_rmw(&dev_priv->uncore, DSPFW3, DSPFW_HPLL_SR_MASK, FW_WM(wm, HPLL_SR));
684 reg |= FW_WM(wm, HPLL_CURSOR);
720 FW_WM(wm->sr.plane, SR) |
721 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
722 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) |
723 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA));
726 FW_WM(w
2079 #undef FW_WM macro
[all...]

Completed in 76 milliseconds