From: Jani Nikula <jani.nikula@intel.com>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: remove ipc_enabled from struct drm_i915_private
Date: Mon, 19 Sep 2022 13:31:54 +0300 [thread overview]
Message-ID: <87k05zpsdh.fsf@intel.com> (raw)
In-Reply-To: <YyRi4Kw7bsKQvXHc@intel.com>
On Fri, 16 Sep 2022, Ville Syrjälä <ville.syrjala@linux.intel.com> wrote:
> On Fri, Sep 16, 2022 at 02:38:50PM +0300, Jani Nikula wrote:
>> The ipc_enabled member was supposed to be moved under the display wm
>> sub-struct, but due to a rebase fail only the new one was added and the
>> old one was left behind. Finish the job.
>>
>> Fixes: 70296670f672 ("drm/i915/display: move IPC under display wm sub-struct")
>> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Thanks, pushed to drm-intel-next.
>
>> ---
>> drivers/gpu/drm/i915/i915_drv.h | 2 --
>> 1 file changed, 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
>> index 9f9372931fd2..bdc81db76dbd 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.h
>> +++ b/drivers/gpu/drm/i915/i915_drv.h
>> @@ -397,8 +397,6 @@ struct drm_i915_private {
>> */
>> u8 snps_phy_failed_calibration;
>>
>> - bool ipc_enabled;
>> -
>> struct i915_pmu pmu;
>>
>> struct i915_drm_clients clients;
>> --
>> 2.34.1
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2022-09-19 10:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-16 11:38 [Intel-gfx] [PATCH] drm/i915/display: remove ipc_enabled from struct drm_i915_private Jani Nikula
2022-09-16 11:49 ` Ville Syrjälä
2022-09-19 10:31 ` Jani Nikula [this message]
2022-09-16 11:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-09-16 12:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-16 17:20 ` [Intel-gfx] ✗ 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=87k05zpsdh.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=ville.syrjala@linux.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 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.