projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d09dc
)
drm/amdgpu/gfx8: fix priv reg interrupt enable
author
Alex Deucher
<
[email protected]
>
Thu, 18 Feb 2016 16:10:09 +0000
(11:10 -0500)
committer
Alex Deucher
<
[email protected]
>
Mon, 22 Feb 2016 16:30:35 +0000
(11:30 -0500)
Looks like a copy/paste typo.
Reviewed-by: Christian König <
[email protected]
>
Noticed-by: David Panariti <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index 8f8ec37ecd883599b416773a0a6a579da6131515..1c40bd90afbb30097980f0acfa698928f84e1aef 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@
-4995,7
+4995,7
@@
static int gfx_v8_0_set_priv_reg_fault_state(struct amdgpu_device *adev,
case AMDGPU_IRQ_STATE_ENABLE:
cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0);
cp_int_cntl = REG_SET_FIELD(cp_int_cntl, CP_INT_CNTL_RING0,
- PRIV_REG_INT_ENABLE,
0
);
+ PRIV_REG_INT_ENABLE,
1
);
WREG32(mmCP_INT_CNTL_RING0, cp_int_cntl);
break;
default: