Skip to content
Snippets Groups Projects
Commit 32b81344 authored by Jordan Crouse's avatar Jordan Crouse Committed by Nick Desaulniers
Browse files

msm: kgsl: Make sure USE_CPU_MAP + MAP_USER_MEM work together


If one is mapping anonyomous user memory in the GPU with SVM enabled
we want to try to accommodate that request if possible. The memory
address was being set up correctly in the memory descriptor but
the GPU address was getting tripped up when getting mapped in the
process.  This is because the memory should be treated like SVM
memory so it needs to be registered in the memory tree and the
rest of the path needs to accept the address.

Bug: 36252171
Change-Id: Ic0dedbad661143977a226d50263c26b5af579ce3
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: default avatarSudeep Yedalapure <sudeepy@codeaurora.org>
parent 9433885a
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment