diff options
| author | Aaron Liu <[email protected]> | 2019-07-24 18:55:38 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-08-12 17:47:50 +0000 |
| commit | b1326bbc63165e538b29f0dd1f283a082c034706 (patch) | |
| tree | 94e3260a92184b23d5d3e7ad30d804e396e322e1 /drivers/gpu/drm/amd/amdgpu/dce_virtual.c | |
| parent | drm/amdgpu: fix no interrupt issue for renoir emu (diff) | |
| download | kernel-b1326bbc63165e538b29f0dd1f283a082c034706.tar.gz kernel-b1326bbc63165e538b29f0dd1f283a082c034706.zip | |
drm/amdgpu: enable dce virtual ip module for Renoir
Acked-by: Huang Rui <[email protected]>
Signed-off-by: Aaron Liu <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_virtual.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c index 4c6d792d51a5..f1fadb5ba191 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c @@ -458,6 +458,7 @@ static int dce_virtual_hw_init(void *handle) case CHIP_VEGA12: case CHIP_VEGA20: case CHIP_ARCTURUS: + case CHIP_RENOIR: case CHIP_NAVI10: case CHIP_NAVI14: case CHIP_NAVI12: |
