diff options
| author | Danilo Krummrich <dakr@redhat.com> | 2022-07-01 20:52:59 +0200 |
|---|---|---|
| committer | Maxime Ripard <maxime@cerno.tech> | 2022-07-28 15:35:56 +0100 |
| commit | 1d4f70a65fafb484064b9c7caa7318e9fd2ab737 (patch) | |
| tree | abae4c357ce014a275ecb0a2d34fe5f3d2401b6c /scripts/gdb/linux/tasks.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 <dakr@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220701185303.284082-7-dakr@redhat.com
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions
