mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 17:02:01 +00:00
The cable_plugin member never receives an assignment, so it is always
false, which causes hdmi_enable_overflow_interrupts() to never
be called as per the logic below:
if (hdmi->cable_plugin && hdmi->sink_is_hdmi)
hdmi_enable_overflow_interrupts(hdmi);
This has been the case since the driver was originally introduced
in commit
|
||
|---|---|---|
| .. | ||
| dw-hdmi-ahb-audio.c | ||
| dw-hdmi-audio.h | ||
| dw-hdmi-cec.c | ||
| dw-hdmi-cec.h | ||
| dw-hdmi-i2s-audio.c | ||
| dw-hdmi.c | ||
| dw-hdmi.h | ||
| dw-mipi-dsi.c | ||
| Kconfig | ||
| Makefile | ||