]> git.baikalelectronics.ru Git - kernel.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>
Thu, 31 Oct 2013 08:20:06 +0000 (09:20 +0100)
commit02f363816c6966a5cd0dd2ab8ec8224ba091f48d
treea50c1338b64d4a8a9d0bfe039e1e9a3402e3722b
parent21e14c82c72ccaeb92627646233bb333a009ce4d
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