Searched refs:_PALETTE_B (Results 1 – 2 of 2) sorted by relevance
54 unsigned long reg = (pipe == PIPE_A ? _PALETTE_A : _PALETTE_B); in i915_save_palette()76 unsigned long reg = (pipe == PIPE_A ? _PALETTE_A : _PALETTE_B); in i915_restore_palette()
1194 #define _PALETTE_B (dev_priv->info->display_mmio_offset + 0xa800) macro1195 #define PALETTE(pipe) _PIPE(pipe, _PALETTE_A, _PALETTE_B)