DRM_INFO -> DRM_DEBUG
parent
89f65c50d7
commit
191385d518
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue