Re: [PATCH v13 4/5] drm/amdgpu: move vram inline functions into a header

2022-02-22 Thread Christian König
Am 21.02.22 um 17:45 schrieb Arunpravin: Move shared vram inline functions and structs into a header file Signed-off-by: Arunpravin Patches #1-#3 haven been pushed to drm-misc-next. For this one it might be better to squash that into commit #5 as well since this is otherwise unused.

[PATCH v13 4/5] drm/amdgpu: move vram inline functions into a header

2022-02-21 Thread Arunpravin
Move shared vram inline functions and structs into a header file Signed-off-by: Arunpravin --- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.h | 51 1 file changed, 51 insertions(+) create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.h diff --git