projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b6b12
)
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
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 21 Nov 2011 22:31:16 +0000
(14:31 -0800)
commit
091264f0bc12419560ac64fcef4567809d611658
upstream.
Can happen when there is no DP panel attached, confusing
users. Make it debug only.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 b5628ce1228b0dab38713cde04e5ba24e6b2b753..3b77ad60ed514fd2305fe84844a9bf089ed749d5 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;
}