projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655efd3
)
drm/radeon/kms: disable HDMI audio for now on rv710/rv730
author
Dave Airlie
<airlied@redhat.com>
Fri, 5 Feb 2010 01:57:42 +0000
(11:57 +1000)
committer
Dave 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/radeon/r600_audio.c
b/drivers/gpu/drm/radeon/r600_audio.c
index 99e2c3891a7dea017c681f136b52e15dfda2ec6c..b1c1d343345464927942c4926338ddc300765935 100644
(file)
--- a/
drivers/gpu/drm/radeon/r600_audio.c
+++ b/
drivers/gpu/drm/radeon/r600_audio.c
@@
-35,7
+35,7
@@
*/
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;