]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv84/disp: Fix HDMI audio regression
authorAlexander Stein <alexander.stein@informatik.tu-chemnitz.de>
Mon, 20 May 2013 17:14:00 +0000 (19:14 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 5 Jun 2013 04:02:40 +0000 (14:02 +1000)
commitececc4c2da0a1bf44178a04af1ff8451cb74fba9
tree8f611127c18fc4d0092e810b65491da95795d8a4
parent2f8429f4a423e179c4cb5c7a83fb7d2c9e80cc37
drm/nv84/disp: Fix HDMI audio regression

Code refactoring in commit cc6281223d616064a996071c5b4f12da5fbb89f6
(drm/nv84/disp: move hdmi control into core) disabled HDMI audio on my
nv84 by removing too much old code without adding it in the new one.
This patch adds the missing code within the new code layout resulting in
HDMI audio working again.
It should work on any HDMI head, but due to lacking ahrdware I could
only test the (1st) one.
It also might be possible that similar code is needed for nva3, which I
can't test.

Signed-off-by: Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/disp/hdminv84.c