OSDN Git Service

drm/amdgpu: add a wrapper for atom asic_init
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 24 Aug 2020 16:34:10 +0000 (12:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Aug 2020 20:40:19 +0000 (16:40 -0400)
commit4d2997ab2182fc58e93d33819ea2e2a0a87e6bb9
tree49197cad51f6c891ff54ea1e408e11d0fc8caed1
parenta71737313e57a1885c5cba7e006be24cce0f27c2
drm/amdgpu: add a wrapper for atom asic_init

This allows us to add asic specific workarounds for atom
asic init while keeping the adev specifics out of the
atombios parser code.

Acked-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c