diff options
| author | Kent Russell <kent.russell@amd.com> | 2019-03-21 08:08:17 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2019-05-24 12:21:03 -0500 |
| commit | ed81cd6e0e9f37c6aca6d96194307b995f3b5f30 (patch) | |
| tree | f597f74385537d9d162835802e0c6ea3c414cfbd /drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | |
| parent | 32cce8bc86032cc0c24086d6ce3ccf8e05e686cf (diff) | |
| download | linux-ed81cd6e0e9f37c6aca6d96194307b995f3b5f30.tar.gz linux-ed81cd6e0e9f37c6aca6d96194307b995f3b5f30.tar.bz2 linux-ed81cd6e0e9f37c6aca6d96194307b995f3b5f30.zip | |
drm/amdkfd: Add VegaM support
Add the VegaM information to KFD
Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c index 077c47fd4fee..808194663a7d 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c @@ -228,6 +228,7 @@ int pm_init(struct packet_manager *pm, struct device_queue_manager *dqm) case CHIP_POLARIS10: case CHIP_POLARIS11: case CHIP_POLARIS12: + case CHIP_VEGAM: pm->pmf = &kfd_vi_pm_funcs; break; case CHIP_VEGA10: |
