diff options
| author | Danilo Krummrich <[email protected]> | 2022-07-01 20:52:59 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2022-07-28 15:35:56 +0100 |
| commit | 1d4f70a65fafb484064b9c7caa7318e9fd2ab737 (patch) | |
| tree | abae4c357ce014a275ecb0a2d34fe5f3d2401b6c /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 1765378dfb10d4feedfc71cd721c4140d927c488 (diff) | |
drm: use idr_init_base() to initialize mode_config.tile_idr
idr_init_base(), implemented by commit 6ce711f27500 ("idr: Make 1-based
IDRs more efficient"), let us set an arbitrary base other than
idr_init(), which uses base 0.
Since, for this IDR, no ID < 1 is ever requested/allocated, using
idr_init_base(&idr, 1) avoids unnecessary tree walks.
Signed-off-by: Danilo Krummrich <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions