Searched refs:cursor_offsets (Results 1 – 3 of 3) sorted by relevance
61 .cursor_offsets = { CURSOR_A_OFFSET, CURSOR_B_OFFSET, CHV_CURSOR_C_OFFSET }64 .cursor_offsets = { CURSOR_A_OFFSET, IVB_CURSOR_B_OFFSET, IVB_CURSOR_C_OFFSET }
4906 #define _CURSOR2(pipe, reg) (dev_priv->info.cursor_offsets[(pipe)] - \4907 dev_priv->info.cursor_offsets[PIPE_A] + (reg) + \
801 int cursor_offsets[I915_MAX_PIPES]; member