aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorNiklas Söderlund <[email protected]>2024-08-30 22:30:59 +0200
committerMauro Carvalho Chehab <[email protected]>2024-10-16 09:32:37 +0200
commitb230ddd876018a52e6d8cc61b1064091312f6d37 (patch)
treed5a44c5507b04a0eab0f1c9b0d0f939556f7e455 /tools/perf/scripts/python/task-analyzer.py
parentba7eb745e058cb8239b235b986ea446653b25db9 (diff)
media: rcar-csi2: Allow writing any code and data value to PHTW
The helper to write an array of code and data values to the PHY Test Interface Write Register (PHTW) register uses the case where both code and data are zero as an exit condition. This prevents writing data = 0 and code = 0 to the register. Up until now this has been OK as no such combination where needed, and it was a convenient exit condition. In future writing data = 0 and code = 0 to the PHTW register will be needed. Avoid using an exit condition when writing an array of PHTW values and instead pass the length of the array to the helper. This allows any combination of code and data to be written. Signed-off-by: Niklas Söderlund <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions