Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d8c358 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: Use DRIVER level for IOMMU aperture message



This allows the message to be shown even if core messages are disabled
globally in DRM.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent db8b42fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ static int tegra_drm_load(struct drm_device *drm, unsigned long flags)
		start = geometry->aperture_start;
		end = geometry->aperture_end;

		DRM_DEBUG("IOMMU context initialized (aperture: %#llx-%#llx)\n",
		DRM_DEBUG_DRIVER("IOMMU aperture initialized (%#llx-%#llx)\n",
				 start, end);
		drm_mm_init(&tegra->mm, start, end - start + 1);
	}