commit | 386a2a71e2abde2d9fd529f8dc5f743102744100 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Sep 24 13:22:17 2013 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Oct 31 09:20:05 2013 +0100 |
tree | db5bc9637e8d65ee83773e1d79a08aa6c5511abc | |
parent | d18d303378ad81fd73375c0148ac42e28bc0b2a4 [diff] [blame] |
drm/tegra: Rename host1x_drm structure to tegra_drm The host1x and Tegra DRM drivers are currently tightly coupled. Renaming the structure marks the boundary more clearly. Signed-off-by: Thierry Reding <treding@nvidia.com>
diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index 4716302..0f7b44c 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/host1x/dev.c
@@ -163,7 +163,7 @@ host1x_debug_init(host); - host1x_drm_alloc(pdev); + tegra_drm_alloc(pdev); return 0;