Searched refs:pipeControl (Results 1 – 1 of 1) sorted by relevance
132 uint32 pipeControl = read32(INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset); in Configure() local145 pipeControl = (pipeControl & ~(0x7 << 21)) | INTEL_PIPE_PROGRESSIVE; in Configure()147 write32(INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset, pipeControl); in Configure()