diff options
| author | Danilo Krummrich <[email protected]> | 2022-07-01 20:53:00 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2022-07-28 15:35:56 +0100 |
| commit | bf8afc2090795b8640bf1842529627e69f673df4 (patch) | |
| tree | 45b5b88aff6261211b71587d2413ccbdfb8ac322 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 1d4f70a65fafb484064b9c7caa7318e9fd2ab737 (diff) | |
drm/sis: use idr_init_base() to initialize dev_priv->object_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