Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Timothy Pearson <tpearson@raptorengineering.com>
Cc: stable <stable@vger.kernel.org>
Subject: Re: [PATCH 6.12.y] drm/amd/display: fix dmub access race condition
Date: Mon, 20 Oct 2025 11:08:40 +0200	[thread overview]
Message-ID: <2025102005-praying-overlord-eb5d@gregkh> (raw)
In-Reply-To: <389171823.1798956.1760724071998.JavaMail.zimbra@raptorengineeringinc.com>

On Fri, Oct 17, 2025 at 01:01:12PM -0500, Timothy Pearson wrote:
> +/**
> + * struct dm_vupdate_work - Work data for periodic action in idle
> + * @work: Kernel work data for the work event
> + * @adev: amdgpu_device back pointer
> + * @stream: DC stream associated with the crtc
> + * @adjust: DC CRTC timing adjust to be applied to the crtc
> + */
> +struct vupdate_offload_work {
> +       struct work_struct work;
> +       struct amdgpu_device *adev;
> +       struct dc_stream_state *stream;
> +       struct dc_crtc_timing_adjust *adjust;
> +};

What happened to the proper formatting of this structure?  You lost all
tabs :(

Please fix up and resend.

thanks,

greg k-h

  reply	other threads:[~2025-10-20  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17 18:01 [PATCH 6.12.y] drm/amd/display: fix dmub access race condition Timothy Pearson
2025-10-20  9:08 ` Greg KH [this message]
2025-10-20 13:49   ` Timothy Pearson

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=2025102005-praying-overlord-eb5d@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    --cc=tpearson@raptorengineering.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