drm/exynos: Remove tracking log functions
[deliverable/linux.git] / drivers / gpu / drm / exynos / exynos_drm_fbdev.c
index 8f007aaeffc3ea2b6e97f067e6be49b123df1eae..8e60bd61137fd8a51ddf5c9339252d0332523797 100644 (file)
@@ -43,8 +43,6 @@ static int exynos_drm_fb_mmap(struct fb_info *info,
        unsigned long vm_size;
        int ret;
 
-       DRM_DEBUG_KMS("%s\n", __func__);
-
        vma->vm_flags |= VM_IO | VM_DONTEXPAND | VM_DONTDUMP;
 
        vm_size = vma->vm_end - vma->vm_start;
@@ -84,8 +82,6 @@ static int exynos_drm_fbdev_update(struct drm_fb_helper *helper,
        unsigned int size = fb->width * fb->height * (fb->bits_per_pixel >> 3);
        unsigned long offset;
 
-       DRM_DEBUG_KMS("%s\n", __FILE__);
-
        drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth);
        drm_fb_helper_fill_var(fbi, helper, fb->width, fb->height);
 
@@ -148,8 +144,6 @@ static int exynos_drm_fbdev_create(struct drm_fb_helper *helper,
        unsigned long size;
        int ret;
 
-       DRM_DEBUG_KMS("%s\n", __FILE__);
-
        DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d\n",
                        sizes->surface_width, sizes->surface_height,
                        sizes->surface_bpp);
@@ -238,8 +232,6 @@ int exynos_drm_fbdev_init(struct drm_device *dev)
        unsigned int num_crtc;
        int ret;
 
-       DRM_DEBUG_KMS("%s\n", __FILE__);
-
        if (!dev->mode_config.num_crtc || !dev->mode_config.num_connector)
                return 0;
 
This page took 0.025415 seconds and 5 git commands to generate.