]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit119b800ae4378b761c203a55a70ffdd4f60a241a
tree16f46dca62409c689a4de00652592b66da356f1a
parenta73b5a21ecd0b900bb650042946603e073871c76
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]