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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c3314 reg_value &= ~(WM0_PIPE_PLANE_MASK | WM0_PIPE_CURSOR_MASK);
3316 (cursora_wm & WM0_PIPE_CURSOR_MASK);
3348 reg_value &= ~(WM0_PIPE_PLANE_MASK | WM0_PIPE_CURSOR_MASK);
3350 (cursorb_wm & WM0_PIPE_CURSOR_MASK);
H A Di915_reg.h2199 #define WM0_PIPE_CURSOR_MASK (0x1f) macro

Completed in 56 milliseconds