Ticket #11398 (new defect)
On XO-1.75, flash of random data appears on screen at reboot or power-down
| Reported by: | wad | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.75-software |
| Component: | kernel | Version: | 1.75-B1 |
| Keywords: | XO-1.75, reboot, DCON | Cc: | |
| Action Needed: | reproduce | Verified: | no |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
On an XO-1.75 B1 or C1 laptop, running recent firmware and OS builds (like Q4C03 and OS883), a flash of random data frequently appears on the screen when rebooting or powering down.
The random data appears as colored static. The timing is just as the UL warning is being put up -- the static usually changes to become the UL warning. On at least one occasion, the static remained displayed until the laptop rebooted.
My hypothesis is that this is a race condition in the code. The GPIO which tells the DCON to load its frame memory from the video stream is asserted, but before it has time to load the memory (it takes at least two frame interrupts after GPIO assertion), the DCON is told via the I2C bus to switch the display to "DCON master" mode.
In some cases, the SoC goes so far as to disable the video output before the DCON has a chance to grab the video, and the display memory remains uninitialized until OFW starts up again.


