mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 06:38:03 +02:00
DRM_INFO -> DRM_DEBUG
This commit is contained in:
parent
89f65c50d7
commit
191385d518
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue