diff options
| author | Danilo Krummrich <[email protected]> | 2022-07-01 20:52:57 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2022-07-28 15:35:55 +0100 |
| commit | 3a6acb7dd69f9d8960009ed1ceb77dc5e532391a (patch) | |
| tree | 1089d17d93247be8cef40a48874184c65b2ffa02 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | a49afeb4165361819b92b7991b97457bac4c674c (diff) | |
drm: use idr_init_base() to initialize master->lessee_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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions