commit | c88c363072c6dcd5427077f799b2711a10f616e4 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Sep 26 16:08:22 2013 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Oct 31 09:20:06 2013 +0100 |
tree | a50c1338b64d4a8a9d0bfe039e1e9a3402e3722b | |
parent | 08943e6cbcd4d35d349a821d77c2e34ac0a4e549 [diff] |
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>