summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:20:59 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:20:59 +0000
commit191385d51880d5757c8038ff4b46ee5ccb3561c1 (patch)
tree36c8fa2196dde6af0489b311d4d127a66b12cda3 /linux-core/drm_crtc.c
parent89f65c50d70fd2165433ead3cfaa88ee9519e261 (diff)
DRM_INFO -> DRM_DEBUG
Diffstat (limited to 'linux-core/drm_crtc.c')
-rw-r--r--linux-core/drm_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c
index 36d9fc56..1a4624c8 100644
--- a/linux-core/drm_crtc.c
+++ b/linux-core/drm_crtc.c
@@ -1618,7 +1618,7 @@ int drm_mode_setcrtc(struct drm_device *dev,
if (crtc_req->fb_id == -1) {
list_for_each_entry(crtcfb, &dev->mode_config.crtc_list, head) {
if (crtcfb == crtc) {
- DRM_INFO("Using current fb for setmode\n");
+ DRM_DEBUG("Using current fb for setmode\n");
fb = crtc->fb;
}
}