]> 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)
commitda231ea94c5e90e45fd2852c578502b144742661
treed37b5f28c51481a0346a6d4384fd088041e2b333
parent463c455d011cd77a9a83f0c1af2e1990868906e1
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