diff options
| author | Eugen Hristev <[email protected]> | 2020-10-16 12:37:25 +0300 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2020-10-30 14:10:27 +0530 |
| commit | 60f88c031d94f906f01df1cb155f7a866812a716 (patch) | |
| tree | daea65716dbc627cfd4857989eb901907af43ccd /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | cb0362b6ec537619b842b54e794ae8a87a5122bb (diff) | |
dmaengine: at_xdmac: adapt perid for mem2mem operations
The PERID in the CC register for mem2mem operations must match an unused
PERID.
The PERID field is 7 bits, but the selected value is 0x3f.
On later products we can have more reserved PERIDs for actual peripherals,
thus this needs to be increased to maximum size.
Changing the value to 0x7f, which is the maximum for 7 bits field.
Signed-off-by: Eugen Hristev <[email protected]>
Reviewed-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions