From: "Ghimiray, Himal Prasad" <himal.prasad.ghimiray@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>,
<intel-gfx@lists.freedesktop.org>,
<intel-xe@lists.freedesktop.org>
Cc: Matthew Brost <matthew.brost@intel.com>
Subject: Re: [PATCH 1/2] drm/xe: Add missing runtime reference to wedged upon gt_reset
Date: Sat, 31 Aug 2024 21:32:49 +0530 [thread overview]
Message-ID: <2802ae94-9f9d-4cdb-bb8c-c91672611b7a@intel.com> (raw)
In-Reply-To: <20240830183507.298351-1-rodrigo.vivi@intel.com>
On 31-08-2024 00:05, Rodrigo Vivi wrote:
> Fixes this missed case:
>
> xe 0000:00:02.0: [drm] Missing outer runtime PM protection
> WARNING: CPU: 99 PID: 1455 at drivers/gpu/drm/xe/xe_pm.c:564 xe_pm_runtime_get_noresume+0x48/0x60 [xe]
> Call Trace:
> <TASK>
> ? show_regs+0x67/0x70
> ? __warn+0x94/0x1b0
> ? xe_pm_runtime_get_noresume+0x48/0x60 [xe]
> ? report_bug+0x1b7/0x1d0
> ? handle_bug+0x46/0x80
> ? exc_invalid_op+0x19/0x70
> ? asm_exc_invalid_op+0x1b/0x20
> ? xe_pm_runtime_get_noresume+0x48/0x60 [xe]
> xe_device_declare_wedged+0x91/0x280 [xe]
> gt_reset_worker+0xa2/0x250 [xe]
>
> v2: Also move get and get the right Fixes tag (Himal, Brost)
>
> Fixes: fb74b205cdd2 ("drm/xe: Introduce a simple wedged state")
> Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
LGTM
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> drivers/gpu/drm/xe/xe_gt.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_gt.c b/drivers/gpu/drm/xe/xe_gt.c
> index f82b3e8ac5c8..dd96dec95b19 100644
> --- a/drivers/gpu/drm/xe/xe_gt.c
> +++ b/drivers/gpu/drm/xe/xe_gt.c
> @@ -754,12 +754,13 @@ static int gt_reset(struct xe_gt *gt)
>
> xe_gt_info(gt, "reset started\n");
>
> + xe_pm_runtime_get(gt_to_xe(gt));
> +
> if (xe_fault_inject_gt_reset()) {
> err = -ECANCELED;
> goto err_fail;
> }
>
> - xe_pm_runtime_get(gt_to_xe(gt));
> xe_gt_sanitize(gt);
>
> err = xe_force_wake_get(gt_to_fw(gt), XE_FORCEWAKE_ALL);
> @@ -794,11 +795,11 @@ static int gt_reset(struct xe_gt *gt)
> XE_WARN_ON(xe_force_wake_put(gt_to_fw(gt), XE_FORCEWAKE_ALL));
> err_msg:
> XE_WARN_ON(xe_uc_start(>->uc));
> - xe_pm_runtime_put(gt_to_xe(gt));
> err_fail:
> xe_gt_err(gt, "reset failed (%pe)\n", ERR_PTR(err));
>
> xe_device_declare_wedged(gt_to_xe(gt));
> + xe_pm_runtime_put(gt_to_xe(gt));
>
> return err;
> }
next prev parent reply other threads:[~2024-08-31 16:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-30 18:35 [PATCH 1/2] drm/xe: Add missing runtime reference to wedged upon gt_reset Rodrigo Vivi
2024-08-30 18:35 ` [PATCH 2/2] drm/xe/display: Avoid encoder_suspend at runtime suspend Rodrigo Vivi
2024-08-30 19:22 ` Cavitt, Jonathan
2024-08-30 19:20 ` [PATCH 1/2] drm/xe: Add missing runtime reference to wedged upon gt_reset Cavitt, Jonathan
2024-08-30 20:09 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] " Patchwork
2024-08-30 20:17 ` ✓ Fi.CI.BAT: success " Patchwork
2024-08-31 16:02 ` Ghimiray, Himal Prasad [this message]
2024-09-02 1:30 ` ✗ Fi.CI.IGT: failure " Patchwork
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=2802ae94-9f9d-4cdb-bb8c-c91672611b7a@intel.com \
--to=himal.prasad.ghimiray@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.brost@intel.com \
--cc=rodrigo.vivi@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox