projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fced3c3
)
drm/amdgpu: add van gogh support for ih block
author
Huang Rui
<ray.huang@amd.com>
Thu, 27 Aug 2020 14:48:49 +0000
(10:48 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 5 Oct 2020 19:14:03 +0000
(15:14 -0400)
This patch adds the support for van gogh ih block.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
index
74b1e7d
..
ce4a974
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
+++ b/
drivers/gpu/drm/amd/amdgpu/navi10_ih.c
@@
-314,6
+314,7
@@
static int navi10_ih_irq_init(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_SIENNA_CICHLID:
case CHIP_NAVY_FLOUNDER:
+ case CHIP_VANGOGH:
ih_chicken = RREG32_SOC15(OSSSYS, 0, mmIH_CHICKEN_Sienna_Cichlid);
ih_chicken = REG_SET_FIELD(ih_chicken,
IH_CHICKEN, MC_SPACE_GPA_ENABLE, 1);