[PATCH bpf-next 1/2] drm, bpf: Move drm_mm.c to lib to be used by bpf arena

Kumar Kartikeya Dwivedi memxor at gmail.com
Sun Nov 3 20:03:32 UTC 2024


On Fri, 1 Nov 2024 at 18:55, Alexei Starovoitov
<alexei.starovoitov at gmail.com> wrote:
>
> From: Alexei Starovoitov <ast at kernel.org>
>
> Move drm_mm.c to lib. The next commit will use drm_mm to manage
> memory regions in bpf arena. Move drm_mm_print to
> drivers/gpu/drm/drm_print.c, since it's not a core functionality
> of drm_mm and it depeneds on drm_printer while drm_mm is
> generic and usuable as-is by other subsystems.
> Also add __maybe_unused to suppress compiler warnings.
> Update MAINTAINERS file as well.
>
> Signed-off-by: Alexei Starovoitov <ast at kernel.org>
> ---

Acked-by: Kumar Kartikeya Dwivedi <memxor at gmail.com>


More information about the dri-devel mailing list