<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(32, 31, 30); font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important">Reviewed-by:
 Yong Zhao <Yong.Zhao@amd.com></span><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Alex Deucher <alexdeucher@gmail.com><br>
<b>Sent:</b> Friday, November 15, 2019 11:13 AM<br>
<b>To:</b> amd-gfx list <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Deucher, Alexander <Alexander.Deucher@amd.com><br>
<b>Subject:</b> Re: [PATCH] drm/amdgpu/soc15: move struct definition around to align with other soc15 asics</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Ping?<br>
<br>
On Mon, Nov 11, 2019 at 5:21 PM Alex Deucher <alexdeucher@gmail.com> wrote:<br>
><br>
> Move reset_method next to reset callback to match the struct layout and<br>
> the other definition in this file.<br>
><br>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com><br>
> ---<br>
>  drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
> index 8e1640bc07af..305ad3eec987 100644<br>
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c<br>
> @@ -1007,6 +1007,7 @@ static const struct amdgpu_asic_funcs vega20_asic_funcs =<br>
>         .read_bios_from_rom = &soc15_read_bios_from_rom,<br>
>         .read_register = &soc15_read_register,<br>
>         .reset = &soc15_asic_reset,<br>
> +       .reset_method = &soc15_asic_reset_method,<br>
>         .set_vga_state = &soc15_vga_set_state,<br>
>         .get_xclk = &soc15_get_xclk,<br>
>         .set_uvd_clocks = &soc15_set_uvd_clocks,<br>
> @@ -1019,7 +1020,6 @@ static const struct amdgpu_asic_funcs vega20_asic_funcs =<br>
>         .get_pcie_usage = &vega20_get_pcie_usage,<br>
>         .need_reset_on_init = &soc15_need_reset_on_init,<br>
>         .get_pcie_replay_count = &soc15_get_pcie_replay_count,<br>
> -       .reset_method = &soc15_asic_reset_method<br>
>  };<br>
><br>
>  static int soc15_common_early_init(void *handle)<br>
> --<br>
> 2.23.0<br>
><br>
_______________________________________________<br>
amd-gfx mailing list<br>
amd-gfx@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a></div>
</span></font></div>
</body>
</html>