aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/atmel-hlcdc
diff options
context:
space:
mode:
authorDanilo Krummrich2022-07-01 20:52:57 +0200
committerMaxime Ripard2022-07-28 15:35:55 +0100
commit3a6acb7dd69f9d8960009ed1ceb77dc5e532391a (patch)
tree1089d17d93247be8cef40a48874184c65b2ffa02 /drivers/gpu/drm/atmel-hlcdc
parenta49afeb4165361819b92b7991b97457bac4c674c (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 <dakr@redhat.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20220701185303.284082-5-dakr@redhat.com
Diffstat (limited to 'drivers/gpu/drm/atmel-hlcdc')
0 files changed, 0 insertions, 0 deletions