]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Call doorbell index init on device initialization
authorOak Zeng <ozeng@amd.com>
Mon, 19 Nov 2018 20:36:09 +0000 (14:36 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Nov 2018 20:55:32 +0000 (15:55 -0500)
commit506b6dab4d2401e601c23cd0e9d2b037936377d1
tree2dce75606eddfef210b76dd65271c7928d601fe1
parent02e44e6031c7308de20e5442930757ddb6ee1dd1
drm/amdgpu: Call doorbell index init on device initialization

Also call functioin amdgpu_device_doorbell_init after
amdgpu_device_ip_early_init because the former depends
on the later to set up asic-specific init_doorbell_index
function

Signed-off-by: Oak Zeng <ozeng@amd.com>
Suggested-by: Felix Kuehling <Felix.Kuehling@amd.com>
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c