aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_auth.c
diff options
context:
space:
mode:
authorDanilo Krummrich <[email protected]>2022-07-01 18:52:55 +0000
committerMaxime Ripard <[email protected]>2022-07-28 14:35:55 +0000
commitc4f306e31632e997c01f3e5ff3298ffc3a127999 (patch)
tree16d8409cad8e6bbaac1ac6c7ff99ed669bc44d9c /drivers/gpu/drm/drm_auth.c
parentdrm/amdgpu: use idr_init_base() to initialize mgr->ctx_handles (diff)
downloadkernel-c4f306e31632e997c01f3e5ff3298ffc3a127999.tar.gz
kernel-c4f306e31632e997c01f3e5ff3298ffc3a127999.zip
drm/amdgpu: use idr_init_base() to initialize fpriv->bo_list_handles
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 'drivers/gpu/drm/drm_auth.c')
0 files changed, 0 insertions, 0 deletions