Re: [PATCH v5 02/11] drm/gpuvm: Remove dead code

From: Adrián Larumbe

Date: Fri May 29 2026 - 13:54:46 EST


My apologies, it seems I completely missed this message and already sent a
separate patch series removing the same dead code but not drm_gpuva_find_prev().
I'll do it in a v2.

On 26.03.2026 23:10, Danilo Krummrich wrote:
> On Fri Mar 13, 2026 at 4:09 PM CET, Adrián Larumbe wrote:
> > struct drm_gpuva *drm_gpuva_find_prev(struct drm_gpuvm *gpuvm, u64 start);
> > -struct drm_gpuva *drm_gpuva_find_next(struct drm_gpuvm *gpuvm, u64 end);
>
> drm_gpuva_find_prev() seems to be unused too.

Adrian Larumbe