All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] drm/amdgpu/gfx8: fix priv reg interrupt enable
@ 2016-02-19 23:17 Alex Deucher
  2016-02-19 23:17 ` [PATCH 2/5] drm/amdgpu: fix locking in force performance level Alex Deucher
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex Deucher @ 2016-02-19 23:17 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher

Looks like a copy/paste typo.

Noticed-by: David Panariti <David.Panariti@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index 8f8ec37..1c40bd9 100644
--- 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:
-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-20 12:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 23:17 [PATCH 1/5] drm/amdgpu/gfx8: fix priv reg interrupt enable Alex Deucher
2016-02-19 23:17 ` [PATCH 2/5] drm/amdgpu: fix locking in force performance level Alex Deucher
2016-02-19 23:17 ` [PATCH 3/5] drm/amdgpu/pm: add some checks for PX Alex Deucher
2016-02-19 23:17 ` [PATCH 4/5] drm/amdgpu/pm: adjust display configuration after powerstate Alex Deucher
2016-02-19 23:17 ` [PATCH 5/5] drm/radeon/pm: " Alex Deucher
2016-02-20 12:10 ` [PATCH 1/5] drm/amdgpu/gfx8: fix priv reg interrupt enable Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.