amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Rodrigo Siqueira Jordao <Rodrigo.Siqueira@amd.com>
To: "Maíra Canal" <mairacanal@riseup.net>,
	"Harry Wentland" <harry.wentland@amd.com>,
	"Leo Li" <sunpeng.li@amd.com>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	christian.koenig@amd.com, Xinhui.Pan@amd.com,
	"David Airlie" <airlied@linux.ie>,
	"Daniel Vetter" <daniel@ffwll.ch>
Cc: magalilemes00@gmail.com, tales.aparecida@gmail.com,
	linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
	mwen@igalia.com, Isabella Basso <isabbasso@riseup.net>,
	andrealmeid@riseup.net
Subject: Re: [PATCH] drm/amd/display: Remove unused struct freesync_context
Date: Wed, 27 Jul 2022 18:37:49 -0400	[thread overview]
Message-ID: <13140020-8139-64f9-51b1-2b71c9b673af@amd.com> (raw)
In-Reply-To: <20220727175033.453620-1-mairacanal@riseup.net>



On 2022-07-27 13:50, Maíra Canal wrote:
> All references to struct freesync_context were removed, so remove the
> struct freesync_context itself and its entry on struct dc_stream_state.
> 
> Signed-off-by: Maíra Canal <mairacanal@riseup.net>
> ---
>   drivers/gpu/drm/amd/display/dc/dc_stream.h | 8 --------
>   1 file changed, 8 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h
> index c3d97206ed89..f87f852d4829 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc_stream.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h
> @@ -48,11 +48,6 @@ struct dc_stream_status {
>   	bool is_abm_supported;
>   };
>   
> -// TODO: References to this needs to be removed..
> -struct freesync_context {
> -	bool dummy;
> -};
> -
>   enum hubp_dmdata_mode {
>   	DMDATA_SW_MODE,
>   	DMDATA_HW_MODE
> @@ -184,9 +179,6 @@ struct dc_stream_state {
>   	struct rect src; /* composition area */
>   	struct rect dst; /* stream addressable area */
>   
> -	// TODO: References to this needs to be removed..
> -	struct freesync_context freesync_ctx;
> -
>   	struct audio_info audio_info;
>   
>   	struct dc_info_packet hdr_static_metadata;

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>

and applied to amd-staging-drm-next.

Thanks
Siqueira


      reply	other threads:[~2022-07-27 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27 17:50 [PATCH] drm/amd/display: Remove unused struct freesync_context Maíra Canal
2022-07-27 22:37 ` Rodrigo Siqueira Jordao [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=13140020-8139-64f9-51b1-2b71c9b673af@amd.com \
    --to=rodrigo.siqueira@amd.com \
    --cc=Xinhui.Pan@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=andrealmeid@riseup.net \
    --cc=christian.koenig@amd.com \
    --cc=daniel@ffwll.ch \
    --cc=harry.wentland@amd.com \
    --cc=isabbasso@riseup.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=magalilemes00@gmail.com \
    --cc=mairacanal@riseup.net \
    --cc=mwen@igalia.com \
    --cc=sunpeng.li@amd.com \
    --cc=tales.aparecida@gmail.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;
as well as URLs for NNTP newsgroup(s).