Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c3457 #define WM_DIRTY_LINETIME(pipe) (1 << (8 + (pipe))) macro
3473 dirty |= WM_DIRTY_LINETIME(pipe); in ilk_compute_wm_dirty()
3569 if (dirty & WM_DIRTY_LINETIME(PIPE_A)) in ilk_write_wm_values()
3571 if (dirty & WM_DIRTY_LINETIME(PIPE_B)) in ilk_write_wm_values()
3573 if (dirty & WM_DIRTY_LINETIME(PIPE_C)) in ilk_write_wm_values()