On Thu, Aug 6, 2020 at 7:10 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Wed, Aug 05, 2020 at 05:57:00PM -0400, Alex Deucher wrote: > > The ordering of psp_tmr_terminate() and psp_asd_unload() > > got reversed when the patches were applied to stable. > > > > Fixes: 22ff658396b446 ("drm/amdgpu: asd function needs to be unloaded in suspend phase") > > Fixes: 2c41c968c6f648 ("drm/amdgpu: add TMR destory function for psp") > > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > > Cc: stable@xxxxxxxxxxxxxxx # 5.7.x > > Cc: Huang Rui <ray.huang@xxxxxxx> > > --- > > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > What is the git commit id of this patch in Linus's tree? It doesn't exist in Linus' tree. The order is correct in 5.8 and newer. The order got reversed when the patches were applied to stable. Alex > > thanks, > > greg k-h