mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 08:38:23 +02:00
DRM_INFO -> DRM_DEBUG
This commit is contained in:
parent
191385d518
commit
73cb02b543
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, int y)
|
|||
|
||||
/* no fb bound */
|
||||
if (!crtc->fb) {
|
||||
DRM_INFO("No FB bound\n");
|
||||
DRM_DEBUG("No FB bound\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue