diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/atombios_crtc.c')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_crtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index ec702345d70e..a2e65d9f2a1c 100644 --- a/drivers/gpu/drm/radeon/atombios_crtc.c +++ b/drivers/gpu/drm/radeon/atombios_crtc.c | |||
@@ -818,7 +818,7 @@ static int evergreen_crtc_set_base(struct drm_crtc *crtc, int x, int y, | |||
818 | 818 | ||
819 | /* no fb bound */ | 819 | /* no fb bound */ |
820 | if (!crtc->fb) { | 820 | if (!crtc->fb) { |
821 | DRM_DEBUG("No FB bound\n"); | 821 | DRM_DEBUG_KMS("No FB bound\n"); |
822 | return 0; | 822 | return 0; |
823 | } | 823 | } |
824 | 824 | ||
@@ -957,7 +957,7 @@ static int avivo_crtc_set_base(struct drm_crtc *crtc, int x, int y, | |||
957 | 957 | ||
958 | /* no fb bound */ | 958 | /* no fb bound */ |
959 | if (!crtc->fb) { | 959 | if (!crtc->fb) { |
960 | DRM_DEBUG("No FB bound\n"); | 960 | DRM_DEBUG_KMS("No FB bound\n"); |
961 | return 0; | 961 | return 0; |
962 | } | 962 | } |
963 | 963 | ||