diff options
| author | Danilo Krummrich <[email protected]> | 2022-07-01 21:02:25 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2022-07-28 15:35:56 +0100 |
| commit | 604bda63bf939d6f5afef0b20d7ddee3abd27852 (patch) | |
| tree | f96cce11556939ae3742ad7fa12f53fdeab05ae5 /tools/perf/scripts/python/netdev-times.py | |
| parent | bf8afc2090795b8640bf1842529627e69f673df4 (diff) | |
drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.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/netdev-times.py')
0 files changed, 0 insertions, 0 deletions