Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_drv.c70 PIPE_A = 0, enumerator
245 if (pipe == PIPE_A) in i915_pipe_enabled()
255 unsigned long reg = (pipe == PIPE_A ? PALETTE_A : PALETTE_B); in i915_save_palette()
262 if (pipe == PIPE_A) in i915_save_palette()
276 unsigned long reg = (pipe == PIPE_A ? PALETTE_A : PALETTE_B); in i915_restore_palette()
283 if (pipe == PIPE_A) in i915_restore_palette()
475 i915_save_palette(dev, PIPE_A); in i915_save_display()
590 i915_restore_palette(dev, PIPE_A); in i915_restore_display()