intel_extreme: Do not early-enable the pipe on pre-SandyBridge
Should fix #15861.
This commit is contained in:
parent
be4c5346eb
commit
48da5bf8ac
@ -139,11 +139,12 @@ Pipe::Configure(display_mode* mode)
|
||||
read32(INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset);
|
||||
#endif
|
||||
|
||||
if (gInfo->shared_info->device_type.Generation() >= 6) {
|
||||
// According to SandyBridge modesetting sequence, pipe must be enabled
|
||||
// before PLL are configured.
|
||||
addr_t pipeReg = INTEL_DISPLAY_A_PIPE_CONTROL + fPipeOffset;
|
||||
write32(pipeReg, read32(pipeReg) | INTEL_PIPE_ENABLED);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user