We have a custom board using the i.MX6DL chip. Our board leverages the NXP base kernel provided with the Saber board, with updates to device trees and whatnot to fit our design.
Recently we've been having issues with communication loss between the display and the board, and we're trying to diagnose the issue. We use a DVI connection (communication over the DVI's I2C) to our display.
We've seen issues where the display isn't responding to touch events anymore and remains a "black screen". We are trying to track down if this is a display issues, or an issue with the DVI/I2C driver.
Would anyone have some hints or input as to what we can track/log to help determine the cause of this issue? I'm hoping there is something in the FB or mxc_hdmi that could simply be enabled, but I'm not opposed to making minor code changes if need be.