Re: [PATCH 3/4] drm/gem-vram: Un-export pin helpers

2025-04-14 Thread Dmitry Osipenko
On 4/4/25 16:23, Thomas Zimmermann wrote: > There are no external callers of the gem-vram pin helpers. Hence > unexport them. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Dmitry Osipenko -- Best regards, Dmitry

[PATCH 3/4] drm/gem-vram: Un-export pin helpers

2025-04-04 Thread Thomas Zimmermann
There are no external callers of the gem-vram pin helpers. Hence unexport them. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_gem_vram_helper.c | 42 ++- include/drm/drm_gem_vram_helper.h | 2 -- 2 files changed, 2 insertions(+), 42 deletions(-) diff --gi