projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8b42f
)
drm/tegra: Use DRIVER level for IOMMU aperture message
author
Thierry Reding
<treding@nvidia.com>
Mon, 23 Nov 2015 15:46:30 +0000
(16:46 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 14 Dec 2015 14:46:15 +0000
(15:46 +0100)
This allows the message to be shown even if core messages are disabled
globally in DRM.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/drm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tegra/drm.c
b/drivers/gpu/drm/tegra/drm.c
index ced5a095d2ad5a881ab72a9b3dedd6d48a48111e..d9a09251e9f170b583129833c001c4f85d47b6ca 100644
(file)
--- a/
drivers/gpu/drm/tegra/drm.c
+++ b/
drivers/gpu/drm/tegra/drm.c
@@
-137,8
+137,8
@@
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",
- start, end);
+ DRM_DEBUG
_DRIVER("IOMMU aperture initialized (
%#llx-%#llx)\n",
+
start, end);
drm_mm_init(&tegra->mm, start, end - start + 1);
}