diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2026-06-03 18:14:32 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2026-06-10 12:03:54 +0300 |
| commit | 3850e082db0fbd60962d56e56043ee955c122871 (patch) | |
| tree | c0fa94dde0b04ce49b355e7f2da13764e4f77159 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 242c6a5c9b1be10f511a86c40971b0795375b1e7 (diff) | |
drm/i915/color: join loops in xelpd_program_plane_pre_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 128.
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Link: https://patch.msgid.link/6d4f8bb713a998c199606c079bed924458f04f54.1780499355.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
