diff options
author | Danilo Krummrich <dakr@redhat.com> | 2022-07-01 21:02:26 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-07-28 16:36:49 +0200 |
commit | b765bc9968de022cc7dfc745d23de595fcc2b6cd (patch) | |
tree | 26835c5051d2dcc3175427f05e2306739abfc9f0 /Documentation/gpu/todo.rst | |
parent | 604bda63bf939d6f5afef0b20d7ddee3abd27852 (diff) |
drm/via: 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 <dakr@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220701190227.284783-2-dakr@redhat.com
Diffstat (limited to 'Documentation/gpu/todo.rst')
0 files changed, 0 insertions, 0 deletions