diff options
| author | Michal Wajdeczko <[email protected]> | 2024-01-11 22:06:32 +0100 |
|---|---|---|
| committer | Michal Wajdeczko <[email protected]> | 2024-01-12 09:50:25 +0100 |
| commit | d4978a67ae97a2b875c8e8b6684866ee1d35fa80 (patch) | |
| tree | d1a631d056bf5cae5ed40a6b9d9289f4d1dcff39 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | d898c2e55593fea5da068de48a878c66520a4af8 (diff) | |
drm/xe/guc: Use HXG definitions on HXG messages
While parsing and processing CTB G2H messages we should extract
underlying HXG message and use HXG definitions on such message.
Using outer CTB layer message in HXG definitions require use of
shifted dword index, which might be confusing:
FIELD_GET(GUC_HXG_MSG_0_xxx, msg[1])
instead of:
FIELD_GET(GUC_HXG_MSG_0_xxx, hxg[0])
Cc: Matthew Brost <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Wajdeczko <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions