]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Rename host1x_drm_file to tegra_drm_file
authorThierry Reding <treding@nvidia.com>
Thu, 26 Sep 2013 14:08:18 +0000 (16:08 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:20:06 +0000 (09:20 +0100)
commit21e14c82c72ccaeb92627646233bb333a009ce4d
treed37b5f28c51481a0346a6d4384fd088041e2b333
parent4f1d87387a805064d9c5651b07886227e84bd9c6
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