drm/amdgpu: optimize VRAM allocation when using drm buddy
authorShane Xiao <shane.xiao@amd.com>
Sat, 18 Feb 2023 03:58:45 +0000 (11:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Feb 2023 22:35:58 +0000 (17:35 -0500)
commit2866cc09617991cb4f9f36fbebdbba966fe5a21a
tree2f5c527bb62ac4c9c54f5c3f956e14dc72331a20
parentc105518679b6e87232874ffc989ec403bee59664
drm/amdgpu: optimize VRAM allocation when using drm buddy

Since the VRAM manager changed from drm mm to drm buddy. It's
not necessary to allocate 2MB aligned VRAM for more than 2MB
unaligned size, and then do trim. This method improves the
allocation efficiency and reduces memory fragmentation.

v2: Correct the remainder operation

Signed-off-by: Shane Xiao <shane.xiao@amd.com>
Reviewed-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c