commit | 933415e24bd0dcb29f837040df20e677626054f8 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon Aug 17 15:01:40 2020 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Sat Sep 12 10:48:32 2020 -0700 |
tree | 6d9c225dcd9da6425ddee05c6a272e43e0c8f736 | |
parent | b145c6e65eb05e123097d726aa9d4f5b8f11c401 [diff] |
drm/msm: Add support for private address space instances Add support for allocating private address space instances. Targets that support per-context pagetables should implement their own function to allocate private address spaces. The default will return a pointer to the global address space. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>