Home
last modified time | relevance | path

Searched refs:upm_handles (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_plane.c330 ida_free(&hvs->upm_handles, upm_handle); in vc4_plane_release_upm_ida()
1017 upm_handle = ida_alloc_range(&hvs->upm_handles, 1, in vc6_plane_allocate_upm()
1039 ida_free(&hvs->upm_handles, upm_handle); in vc6_plane_allocate_upm()
H A Dvc4_drv.h337 struct ida upm_handles; member
H A Dvc4_hvs.c1285 ida_init(&hvs->upm_handles); in __vc4_hvs_alloc()