diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2026-06-03 18:14:33 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2026-06-10 12:03:54 +0300 |
| commit | acfef63368a2c3aba05777045a6eb36ece93fcbe (patch) | |
| tree | 61ea4c59ff1c300a891e391555240bcd3a17532a /tools/perf/scripts/python/task-analyzer.py | |
| parent | 3850e082db0fbd60962d56e56043ee955c122871 (diff) | |
drm/i915/color: join loops in xelpd_program_plane_post_csc_lut()
Use single for loops instead of two. Especially switching from a
for-loop to a do-while-loop with the same loop index is confusing, and
it's hard to figure out the end index. Define the end in terms of
lut_size; there's three more entries after the first 32.
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Link: https://patch.msgid.link/011336e9d57bba57e15d1aa64ae53a20c461ed62.1780499355.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
