diff options
| author | Evan Quan <[email protected]> | 2018-02-07 01:34:22 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-03-21 19:24:12 +0000 |
| commit | eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c (patch) | |
| tree | 4bc5146e8e076b427ef6c73a1447457c7a7ccfd1 /drivers | |
| parent | drm/amdgpu/psp: initial vega12 support (diff) | |
| download | kernel-eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c.tar.gz kernel-eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c.zip | |
drm/amdgpu: initilize vega12 psp firmwares
Acked-by: Christian König <[email protected]>
Signed-off-by: Evan Quan <[email protected]>
Reviewed-by: Feifei Xu <[email protected]>
Acked-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c index 5c824a38982b..196e75def1f2 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -109,6 +109,9 @@ static int psp_v3_1_init_microcode(struct psp_context *psp) case CHIP_VEGA10: chip_name = "vega10"; break; + case CHIP_VEGA12: + chip_name = "vega12"; + break; default: BUG(); } |
