Module Name: src Committed By: bouyer Date: Thu Nov 19 18:48:22 UTC 2015
Modified Files: src/sys/arch/arm/allwinner: awin_debe.c awin_hdmi.c awin_hdmiaudio.c awin_tcon.c awin_var.h Log Message: Turn off video output on WSDISPLAYIO_SVIDEO. For LCD/LVDS, just stop the tcon0. For HDMI, turn off tcon and hdmi (so that the monitor goes to sleeo) if the audio output is inactive. For this, add a lock-protected refcount in awin_hdmi, incremented when audio and/or video is active. Tested with an audio-enabled HDMI display. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/allwinner/awin_debe.c \ src/sys/arch/arm/allwinner/awin_hdmi.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_hdmiaudio.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_tcon.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/allwinner/awin_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.