Hello all,
I’m currently working on display bring-up and GUI rendering on a BeagleV platform. While checking the kernel logs during boot, I noticed repeated binding of the display controller dc8200
by the display subsystem, as shown below:
[ 10.074084] vs-drm display-subsystem: bound ffef600000.dc8200 (ops dc_component_ops)
[ 10.090664] vs-drm display-subsystem: bound ffef600000.dc8200 (ops dc_component_ops)
[ 10.138724] vs-drm display-subsystem: bound ffef600000.dc8200 (ops dc_component_ops)
…
This message is printed multiple times—more than 10 occurrences—in a short span of time in the kernel logs, and additionally, HDMI is not being detected on the target board.
If anyone has encountered this kind of issue before, could you please advise where I should start analyzing or debugging this repeated binding behavior?