]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu Moving amdgpu asic types to a separate file
authorAkshu Agrawal <akshu.agrawal@amd.com>
Wed, 28 Jun 2017 08:38:09 +0000 (14:08 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Oct 2017 14:56:27 +0000 (10:56 -0400)
commit76606a8b186c7966be1590ef4ca8a738241fcf7c
tree8c0cddaea87050ba51cc209a2332ac03e3e3fabc
parent7f9d753f3a880cb38db1bb13505ef91b2e190c01
drm/amdgpu Moving amdgpu asic types to a separate file

Amdgpu asic types will be required for other drivers too.
Hence, its better to keep it in a separate include file.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h
include/drm/amd_asic_type.h [new file with mode: 0644]