diff options
| author | Matthew Brost <[email protected]> | 2024-01-09 17:24:38 -0800 |
|---|---|---|
| committer | Matthew Brost <[email protected]> | 2024-01-10 15:11:22 -0800 |
| commit | d0ca70c0339838198a704b15b7e6c3318f887536 (patch) | |
| tree | 62af61368d7e0156bb6885c713b85cccaf411878 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 1fd77ceaf0d843af2b7fde83e447b0738d0404cb (diff) | |
drm/xe: Add build on bug to assert access counter queue works
If ACC_QUEUE_NUM_DW % ACC_MSG_LEN_DW != 0 then the access counter queue
logic does not work when wrapping occurs. Add a build bug on to assert
ACC_QUEUE_NUM_DW % ACC_MSG_LEN_DW == 0 to enforce this restriction and
document the code.
v2:
- s/NUM_ACC_QUEUE/ACC_QUEUE_NUM_DW (Brian)
Cc: Lucas De Marchi <[email protected]>
Signed-off-by: Matthew Brost <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions