]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00220181-2 HDMI SDMA: workround for HDMI SDMA audio no sound issue
authorChen Liangjun <b36089@freescale.com>
Sat, 11 Aug 2012 07:36:20 +0000 (15:36 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:12 +0000 (08:35 +0200)
commit4e07c426b12fd64a0646cf8e49fc7693faa7c1ad
treea5ca72fcf7a2bc0404e7613ab8feea2cad44fe73
parentf41dcc487fac9af47bfe72851944ec9bd34714b1
ENGR00220181-2 HDMI SDMA: workround for HDMI SDMA audio no sound issue

Issue: When playback HDMI audio in SDMA stress test, HDMI audio may stop
caused by SDMA channel's failing to work. While checking the SDMA register
and HDMI module stauts, we found that SDMA fall to an unknown error state.
The issue is detected both in RIGEL TO1.1 and ARIK TO1.2.

This patch introduces a workround for this issue: For the memory passed
to SDMA core, HDMI driver would allocate it with the attribute of C=0,
B=0 instead of C=0, B=1. This patch have be tested in RIGEL TO1.1 for
about 60 hours, no issue happens.

Signed-off-by: Chen Liangjun <b36089@freescale.com>
sound/soc/imx/imx-hdmi-dma.c