mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drm/radeon/kms: disable HDMI audio for now on rv710/rv730
Support isn't correct yet and we are getting green tinges on the displays. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
655efd3dc9
commit
23fff28a9b
1 changed files with 1 additions and 1 deletions
|
@ -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_RS600
|
||||||
|| rdev->family == CHIP_RS690
|
|| rdev->family == CHIP_RS690
|
||||||
|| rdev->family == CHIP_RS740;
|
|| rdev->family == CHIP_RS740;
|
||||||
|
|
Loading…
Reference in a new issue