From: "Christian König" <deathsimple@vodafone.de>
To: Alex Deucher <alexdeucher@gmail.com>, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH 1/5] drm/amdgpu/gfx8: fix priv reg interrupt enable
Date: Sat, 20 Feb 2016 13:10:22 +0100 [thread overview]
Message-ID: <56C857AE.6090708@vodafone.de> (raw)
In-Reply-To: <1455923825-28464-1-git-send-email-alexander.deucher@amd.com>
Am 20.02.2016 um 00:17 schrieb 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>
I'm not so deep into the pm stuff, but that all looks reasonable to me.
Whole set is Reviewed-by: Christian König <christian.koenig@amd.com>
Regards,
Christian.
> ---
> 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:
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2016-02-20 12:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Christian König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56C857AE.6090708@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.