drm/amdgpu: Move doorbell structures to seperate file
authorOak Zeng <ozeng@amd.com>
Fri, 23 Nov 2018 19:48:27 +0000 (13:48 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Nov 2018 20:55:33 +0000 (15:55 -0500)
commitcde577bd116e14174652c5abe1f881381c9a131e
tree16f46dca62409c689a4de00652592b66da356f1a
parent9564f1928ed29b093bb997df9573e8edae61983d
drm/amdgpu: Move doorbell structures to seperate file

Move doorbell structures, enum definitions and helper functions
from amdgpu.h to amdgpu_doorbell.h. No functional change

Signed-off-by: Oak Zeng <ozeng@amd.com>
Proposed-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.h
drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h [new file with mode: 0644]