projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87cb73d
)
drm/radeon/kms: make an aux failure debug only
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 8 Nov 2011 15:09:58 +0000
(10:09 -0500)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 11 Nov 2011 11:06:50 +0000
(11:06 +0000)
Can happen when there is no DP panel attached, confusing
users. Make it debug only.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/atombios_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/atombios_dp.c
b/drivers/gpu/drm/radeon/atombios_dp.c
index
a0de485
..
6fb335a
100644
(file)
--- a/
drivers/gpu/drm/radeon/atombios_dp.c
+++ b/
drivers/gpu/drm/radeon/atombios_dp.c
@@
-283,7
+283,7
@@
int radeon_dp_i2c_aux_ch(struct i2c_adapter *adapter, int mode,
}
}
- DRM_
ERROR
("aux i2c too many retries, giving up\n");
+ DRM_
DEBUG_KMS
("aux i2c too many retries, giving up\n");
return -EREMOTEIO;
}