summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
diff options
context:
space:
mode:
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;
}
}