commit | 08943e6cbcd4d35d349a821d77c2e34ac0a4e549 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Sep 26 16:08:18 2013 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Oct 31 09:20:06 2013 +0100 |
tree | d37b5f28c51481a0346a6d4384fd088041e2b333 | |
parent | 386a2a71e2abde2d9fd529f8dc5f743102744100 [diff] |
drm/tegra: Rename host1x_drm_file to tegra_drm_file This structure extends drm_file with Tegra DRM specific fields and has nothing to do with host1x. Rename the structure to more clearly mark the boundaries between host1x and Tegra DRM. While at it, move the structure definition out of the header. It's never used outside of the drm.c source file, so it can be defined within that. Signed-off-by: Thierry Reding <treding@nvidia.com>