summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2017-05-04 13:48:20 -0600
committerJordan Crouse <jcrouse@codeaurora.org>2017-05-04 14:07:05 -0600
commitb2fd7c67bc61c3ed770d2af2ba8c83eac88d7022 (patch)
treeba39369f5f3b51b23e4bc993fa1fb2fc75ca0d8e /tools/perf/scripts/python
parent2db428de0b9d4b653b8e1f9196c289e272be6121 (diff)
drm/msm: Support secure rendering for A5XX targets
A5XX targets support GPU rendering on secured surfaces by going into a special secure mode to execute the commands. In secure mode GPU rendering can only write to secure buffers that have been mapped in an appropriately secured pagetable. In secure mode the GPU can read both secure and unsecure buffers and the CP engine can only access unsecured buffers (so commands do not need to be secure). Secure buffers virtual addresses must fall into a specific range; this is the clue to the GPU that it should use the secure pagetable instead of the regular one. For A5XX targets that range will start at 0xC0000000 and be 256MB in size. All secure buffers in all processes share the same pagetable. Add a secure address space for A5XX targets and automatically trigger into secure mode if any buffer in the submission is marked as secure. Change-Id: Ic0dedbad8f7168711d10928cd1894b98f908425f Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions