diff options
| author | Vitaly Lubart <[email protected]> | 2022-09-27 17:41:38 -0700 |
|---|---|---|
| committer | Daniele Ceraolo Spurio <[email protected]> | 2022-10-03 11:29:14 -0700 |
| commit | 9058f9d795ea9ad59fd579249a6d724d78dfeaf8 (patch) | |
| tree | 1e9c5837d2dc13c24a1ca0d41e5a1eac6946a07f /tools/perf/scripts/python | |
| parent | c5be8fc973830675a6463836e32b9a6e47852447 (diff) | |
drm/i915/pxp: implement function for sending tee stream command
Command to be sent via the stream interface are written to a local
memory page, whose address is then provided to the GSC.
The interface supports providing a full sg with multiple pages for both
input and output messages, but since for now we only aim to support short
and synchronous messages we can use a single page for both input and
output.
Note that the mei interface expects an sg of 4k pages, while our lmem pages
are 64k. If we ever need to support more than 4k we'll need to convert.
Added a TODO comment to the code to record this.
Signed-off-by: Vitaly Lubart <[email protected]>
Signed-off-by: Tomas Winkler <[email protected]>
Signed-off-by: Daniele Ceraolo Spurio <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Alan Previn <[email protected]>
Reviewed-by: Alan Previn <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions