mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
drm/amd: Enable SMUIO 15_0_0 support
Add SMUIO 15_0_0. Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
65653210ed
commit
52cd9bc47f
@@ -107,6 +107,7 @@
|
||||
#include "smuio_v13_0_3.h"
|
||||
#include "smuio_v13_0_6.h"
|
||||
#include "smuio_v14_0_2.h"
|
||||
#include "smuio_v15_0_0.h"
|
||||
#include "smuio_v15_0_8.h"
|
||||
#include "vcn_v5_0_0.h"
|
||||
#include "vcn_v5_0_1.h"
|
||||
@@ -3192,6 +3193,9 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
|
||||
case IP_VERSION(14, 0, 2):
|
||||
adev->smuio.funcs = &smuio_v14_0_2_funcs;
|
||||
break;
|
||||
case IP_VERSION(15, 0, 0):
|
||||
adev->smuio.funcs = &smuio_v15_0_0_funcs;
|
||||
break;
|
||||
case IP_VERSION(15, 0, 8):
|
||||
adev->smuio.funcs = &smuio_v15_0_8_funcs;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user