]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: move smu types to smu_types.h
authorKevin Wang <kevin1.wang@amd.com>
Thu, 25 Jul 2019 01:59:46 +0000 (09:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 04:48:32 +0000 (23:48 -0500)
commit9866cc9576108b42f4dd99819f4d89020075a22b
tree184f2cac27581a0a8935e460dc4b53ecd62448c3
parent459e3b61d31cea68dd3bd13f4a3c354ec7392925
drm/amd/powerplay: move smu types to smu_types.h

move some enum type (message, feature, clock) to smu_types.h.
these types is too long in amdgpu_smu.h, and not clearly.

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
drivers/gpu/drm/amd/powerplay/inc/smu_types.h [new file with mode: 0644]