drm/radeon/kms: disable HDMI audio for now on rv710/rv730
authorDave Airlie <airlied@redhat.com>
Fri, 5 Feb 2010 01:57:42 +0000 (11:57 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 5 Feb 2010 01:57:42 +0000 (11:57 +1000)
Support isn't correct yet and we are getting green tinges on the
displays.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_audio.c

index 99e2c38..b1c1d34 100644 (file)
@@ -35,7 +35,7 @@
  */
 static int r600_audio_chipset_supported(struct radeon_device *rdev)
 {
  */
 static int r600_audio_chipset_supported(struct radeon_device *rdev)
 {
-       return rdev->family >= CHIP_R600
+       return (rdev->family >= CHIP_R600 && rdev->family < CHIP_RV710)
                || rdev->family == CHIP_RS600
                || rdev->family == CHIP_RS690
                || rdev->family == CHIP_RS740;
                || rdev->family == CHIP_RS600
                || rdev->family == CHIP_RS690
                || rdev->family == CHIP_RS740;