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

/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp104 int pipeOffset = 0; local
114 pipeOffset = INTEL_DISPLAY_OFFSET; // Use pipe B if requested
122 value = read32(info, INTEL_DISPLAY_A_HTOTAL + pipeOffset);
125 value = read32(info, INTEL_DISPLAY_A_HBLANK + pipeOffset);
128 value = read32(info, INTEL_DISPLAY_A_HSYNC + pipeOffset);
131 value = read32(info, INTEL_DISPLAY_A_VTOTAL + pipeOffset);
134 value = read32(info, INTEL_DISPLAY_A_VBLANK + pipeOffset);
137 value = read32(info, INTEL_DISPLAY_A_VSYNC + pipeOffset);
140 value = read32(info, INTEL_DISPLAY_A_PIPE_SIZE + pipeOffset);
147 value = read32(info, INTEL_TRANSCODER_A_HTOTAL + pipeOffset);
[all...]

Completed in 133 milliseconds