drm/amd/powerplay: add interface to init fb allocations (v2)
authorHuang Rui <ray.huang@amd.com>
Tue, 4 Dec 2018 10:54:50 +0000 (18:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Mar 2019 20:03:54 +0000 (15:03 -0500)
commit9c9a1747c2921015dd62d680c153af2c24a547b0
tree74afb008b497171f1788bb698c16d2ab79aafba3
parent46126e6dad1cf3292bbae29c5fe321ca96d110fc
drm/amd/powerplay: add interface to init fb allocations (v2)

This patch adds interface to init fb allocations for smu.
It's to allocate vram bos to store smc table contents.

v2: add detailed info to describe this function

Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c