Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c3116 #define WM_DIRTY_PIPE(pipe) (1 << (pipe)) macro
3132 dirty |= WM_DIRTY_PIPE(pipe); in ilk_compute_wm_dirty()
3214 if (dirty & WM_DIRTY_PIPE(PIPE_A)) in ilk_write_wm_values()
3216 if (dirty & WM_DIRTY_PIPE(PIPE_B)) in ilk_write_wm_values()
3218 if (dirty & WM_DIRTY_PIPE(PIPE_C)) in ilk_write_wm_values()