From: "Govindapillai, Vinod" <vinod.govindapillai@intel.com>
To: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
"Hogander, Jouni" <jouni.hogander@intel.com>
Subject: Re: [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support
Date: Mon, 18 Sep 2023 21:22:55 +0000 [thread overview]
Message-ID: <9db125737b0792c5ccaeba7356fd34d548baca56.camel@intel.com> (raw)
In-Reply-To: <20230918070100.1387082-5-jouni.hogander@intel.com>
On Mon, 2023-09-18 at 10:01 +0300, Jouni Högander wrote:
> xe_runtime_pm changed to intel_runtime_pm.
>
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
>
> diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h b/drivers/gpu/drm/xe/compat-i915-
> headers/i915_drv.h
> index 03ac39efba38..2d5d8be52f88 100644
> --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> +++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> @@ -156,7 +156,7 @@ static inline struct drm_i915_private *kdev_to_i915(struct device *kdev)
>
> #include "intel_wakeref.h"
>
> -static inline bool intel_runtime_pm_get(struct xe_runtime_pm *pm)
> +static inline bool intel_runtime_pm_get(struct intel_runtime_pm *pm)
> {
> struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm);
>
> @@ -167,21 +167,21 @@ static inline bool intel_runtime_pm_get(struct xe_runtime_pm *pm)
> return true;
> }
>
> -static inline bool intel_runtime_pm_get_if_in_use(struct xe_runtime_pm *pm)
> +static inline bool intel_runtime_pm_get_if_in_use(struct intel_runtime_pm *pm)
> {
> struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm);
>
> return xe_pm_runtime_get_if_active(xe);
> }
>
> -static inline void intel_runtime_pm_put_unchecked(struct xe_runtime_pm *pm)
> +static inline void intel_runtime_pm_put_unchecked(struct intel_runtime_pm *pm)
> {
> struct xe_device *xe = container_of(pm, struct xe_device, runtime_pm);
>
> xe_pm_runtime_put(xe);
> }
>
> -static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, bool wakeref)
> +static inline void intel_runtime_pm_put(struct intel_runtime_pm *pm, bool wakeref)
> {
> if (wakeref)
> intel_runtime_pm_put_unchecked(pm);
next prev parent reply other threads:[~2023-09-18 21:23 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 7:00 [Intel-xe] [PATCH 0/4] Xe runtime pm refactoring Jouni Högander
2023-09-18 7:00 ` [Intel-xe] [PATCH 1/4] Revert "FIXME: drm/i915: runtime pm changes" Jouni Högander
2023-09-18 21:20 ` Govindapillai, Vinod
2023-09-18 7:00 ` [Intel-xe] [PATCH 2/4] drm/i915: Remove runtime suspended boolean from intel_runtime_pm struct Jouni Högander
2023-09-18 21:21 ` Govindapillai, Vinod
2023-09-18 7:00 ` [Intel-xe] [PATCH 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs Jouni Högander
2023-09-18 21:22 ` Govindapillai, Vinod
2023-09-20 20:02 ` Rodrigo Vivi
2023-09-21 11:15 ` Hogander, Jouni
2023-09-18 7:01 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support Jouni Högander
2023-09-18 21:22 ` Govindapillai, Vinod [this message]
2023-09-18 7:27 ` [Intel-xe] ✓ CI.Patch_applied: success for Xe runtime pm refactoring Patchwork
2023-09-18 7:28 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-18 7:29 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-18 7:36 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-18 7:36 ` [Intel-xe] ✗ CI.Hooks: failure " Patchwork
2023-09-18 7:38 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-18 8:10 ` [Intel-xe] ✓ CI.BAT: success " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-11-09 16:17 [Intel-xe] [PATCH 0/4] xe&i915 display pxp cleanup Jani Nikula
2023-11-09 16:17 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support Jani Nikula
2023-07-04 15:32 [Intel-xe] [PATCH 0/4] drm/xe/display: reuse soc/ code from i915 Jani Nikula
2023-07-04 15:32 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support Jani Nikula
2023-05-16 13:32 [Intel-xe] [PATCH 0/4] drm/xe: use hotplug irq code from i915 Jani Nikula
2023-05-16 13:32 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support Jani Nikula
2023-05-16 20:58 ` Rodrigo Vivi
2023-05-17 8:04 ` Jani Nikula
2023-05-15 9:46 [Intel-xe] [PATCH 0/4] Revert frontbuffer tracking removal Jouni Högander
2023-05-15 9:46 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe/display: Implement display support Jouni Högander
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=9db125737b0792c5ccaeba7356fd34d548baca56.camel@intel.com \
--to=vinod.govindapillai@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=jouni.hogander@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