Searched refs:_FW_WM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 3506 #define _FW_WM(value, plane) \ macro 3517 wm->sr.plane = _FW_WM(tmp, SR); in g4x_read_wm_values() 3518 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); in g4x_read_wm_values() 3519 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEB); in g4x_read_wm_values() 3520 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEA); in g4x_read_wm_values() 3524 wm->sr.fbc = _FW_WM(tmp, FBC_SR); in g4x_read_wm_values() 3525 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values() 3526 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEB); in g4x_read_wm_values() 3527 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); in g4x_read_wm_values() 3528 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM(tm in g4x_read_wm_values() 3610 #undef _FW_WM global() macro [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 6334 #define _FW_WM(value, plane) \ macro 6345 wm->sr.plane = _FW_WM(tmp, SR); in g4x_read_wm_values() 6346 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); in g4x_read_wm_values() 6347 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEB); in g4x_read_wm_values() 6348 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEA); in g4x_read_wm_values() 6352 wm->sr.fbc = _FW_WM(tmp, FBC_SR); in g4x_read_wm_values() 6353 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); in g4x_read_wm_values() 6354 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEB); in g4x_read_wm_values() 6355 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); in g4x_read_wm_values() 6356 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM(tm in g4x_read_wm_values() 6438 #undef _FW_WM global() macro [all...] |
Completed in 13 milliseconds