diff options
| author | 2016-02-05 17:39:37 +0800 | |
|---|---|---|
| committer | 2016-05-04 20:26:19 -0400 | |
| commit | 735f002b14b4f532348cabddddc003c7858e8f30 (patch) | |
| tree | 78c670102fce2eb3ce4c02a64bbdc157b40750e0 /drivers/gpu/drm/amd/include/cgs_common.h | |
| parent | drm/amd/powerplay: add UVD&VCE DPM and powergating support for elm/baf (diff) | |
| download | linux-dev-735f002b14b4f532348cabddddc003c7858e8f30.tar.xz linux-dev-735f002b14b4f532348cabddddc003c7858e8f30.zip | |
drm/amd/amdgpu: Add smc_sk firmware in baffin & ellesmere.
add CGS_UCODE_ID_SMU_SK.
Signed-off-by: yanyang1 <Young.Yang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/cgs_common.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/cgs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h index ca1e22917e84..7a3714b8b45c 100644 --- a/drivers/gpu/drm/amd/include/cgs_common.h +++ b/drivers/gpu/drm/amd/include/cgs_common.h @@ -94,6 +94,7 @@ enum cgs_voltage_planes { */ enum cgs_ucode_id { CGS_UCODE_ID_SMU = 0, + CGS_UCODE_ID_SMU_SK, CGS_UCODE_ID_SDMA0, CGS_UCODE_ID_SDMA1, CGS_UCODE_ID_CP_CE, |
