drm/tegra: Rename host1x_drm_file to tegra_drm_file
commit08943e6cbcd4d35d349a821d77c2e34ac0a4e549
authorThierry Reding <treding@nvidia.com>
Thu, 26 Sep 2013 14:08:18 +0000 (26 16:08 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:20:06 +0000 (31 09:20 +0100)
treed37b5f28c51481a0346a6d4384fd088041e2b333
parent386a2a71e2abde2d9fd529f8dc5f743102744100
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>
drivers/gpu/host1x/drm/drm.c
drivers/gpu/host1x/drm/drm.h