Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp132 uint32 pipeControl = read32(INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset); in Configure() local
145 pipeControl = (pipeControl & ~(0x7 << 21)) | INTEL_PIPE_PROGRESSIVE; in Configure()
147 write32(INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset, pipeControl); in Configure()