]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tegra: Rename host1x_drm_context to tegra_drm_context
authorThierry Reding <treding@nvidia.com>
Thu, 26 Sep 2013 14:08:22 +0000 (16:08 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 16 Oct 2013 18:02:52 +0000 (20:02 +0200)
commitc9c56ecf7e3d080139421c0477647963fd0e1eb6
treea50c1338b64d4a8a9d0bfe039e1e9a3402e3722b
parenta7d6d60853878a45bc5b338e8205caa05e2168c0
drm/tegra: Rename host1x_drm_context to tegra_drm_context

The structure represents a context associated with a particular process
that has opened the Tegra DRM device and requested a channel. This is a
very DRM-specific notion and has nothing to do with host1x. Rename the
structure to more clearly mark the boundaries between the two.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/drm/drm.c
drivers/gpu/host1x/drm/drm.h
drivers/gpu/host1x/drm/gr2d.c