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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPanelFitter.cpp46 if (pipeIndex == INTEL_PIPE_C) {
H A DPorts.cpp152 case INTEL_PIPE_C:
177 case INTEL_PIPE_C:
352 return INTEL_PIPE_C;
1635 return INTEL_PIPE_C;
1663 return INTEL_PIPE_C;
1914 case INTEL_PIPE_C:
2508 case INTEL_PIPE_C:
H A DPipes.cpp77 case INTEL_PIPE_C:
H A Daccelerant.cpp164 gInfo->pipes[i] = new(std::nothrow) Pipe(INTEL_PIPE_C);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp149 if ((interrupt & PCH_MASTER_INT_CTL_PIPE_PENDING_BDW(INTEL_PIPE_C)) != 0) {
150 const uint32 regIdentity = PCH_INTERRUPT_PIPE_IDENTITY_BDW(INTEL_PIPE_C);
158 interrupt &= ~PCH_MASTER_INT_CTL_PIPE_PENDING_BDW(INTEL_PIPE_C);
248 if (pipe == INTEL_PIPE_C) {
412 if (which.HasPipe(INTEL_PIPE_C)) {
415 intel_clear_pipe_interrupt(info, INTEL_PIPE_C);
481 gen8_enable_interrupts(info, INTEL_PIPE_C, true);
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h489 INTEL_PIPE_C, enumerator in enum:pipe_index

Completed in 99 milliseconds