Searched hist:"04 c0746663bd3ae3cce5e02d5b32c8ade2a833b8" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/tegra/ |
H A D | gem.h | diff 04c0746663bd3ae3cce5e02d5b32c8ade2a833b8 Wed Feb 07 18:45:55 CET 2018 Thierry Reding <treding@nvidia.com> drm/tegra: gem: Make __tegra_gem_mmap() available more widely
This function allows mapping a GEM object into a virtual memory address space, which makes it useful outside of the GEM code.
While at it, rename the function so it doesn't clash with the function that implements the DRM_TEGRA_GEM_MMAP IOCTL.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | gem.c | diff 04c0746663bd3ae3cce5e02d5b32c8ade2a833b8 Wed Feb 07 18:45:55 CET 2018 Thierry Reding <treding@nvidia.com> drm/tegra: gem: Make __tegra_gem_mmap() available more widely
This function allows mapping a GEM object into a virtual memory address space, which makes it useful outside of the GEM code.
While at it, rename the function so it doesn't clash with the function that implements the DRM_TEGRA_GEM_MMAP IOCTL.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|