mbox series

[SRU,K,0/1] drm/amdgpu: Fix a regression due to incomplete stable backports

Message ID 20230511134145.2209270-1-tjaalton@ubuntu.com
Headers show
Series drm/amdgpu: Fix a regression due to incomplete stable backports | expand

Message

Timo Aaltonen May 11, 2023, 1:41 p.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>


BugLink: https://bugs.launchpad.net/bugs/2018470

[Impact]
A regression caused by incomplete stable backports

[Fix]

commit 8273b4048664fff356fd10059033f0e2f5a422a1
Author: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Date: Tue Oct 18 07:08:38 2022 -0700

    drm/amdgpu: Fix for BO move issue

[Test case]

Install the update, check that display works again on amdgpu.


Arunpravin Paneer Selvam (1):
  drm/amdgpu: Fix for BO move issue

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Roxana Nicolescu May 16, 2023, 8:05 a.m. UTC | #1
On 11/05/2023 15:41, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
>
>
> BugLink: https://bugs.launchpad.net/bugs/2018470
>
> [Impact]
> A regression caused by incomplete stable backports
>
> [Fix]
>
> commit 8273b4048664fff356fd10059033f0e2f5a422a1
> Author: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> Date: Tue Oct 18 07:08:38 2022 -0700
>
>      drm/amdgpu: Fix for BO move issue
>
> [Test case]
>
> Install the update, check that display works again on amdgpu.
>
>
> Arunpravin Paneer Selvam (1):
>    drm/amdgpu: Fix for BO move issue
>
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +++
>   1 file changed, 3 insertions(+)
>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Stefan Bader May 16, 2023, 8:14 a.m. UTC | #2
On 11.05.23 15:41, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> 
> BugLink: https://bugs.launchpad.net/bugs/2018470
> 
> [Impact]
> A regression caused by incomplete stable backports
> 
> [Fix]
> 
> commit 8273b4048664fff356fd10059033f0e2f5a422a1
> Author: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> Date: Tue Oct 18 07:08:38 2022 -0700
> 
>      drm/amdgpu: Fix for BO move issue
> 
> [Test case]
> 
> Install the update, check that display works again on amdgpu.
> 
> 
> Arunpravin Paneer Selvam (1):
>    drm/amdgpu: Fix for BO move issue
> 
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +++
>   1 file changed, 3 insertions(+)
> 

Acked-by: Stefan Bader <stefan.bader@canonical.com>
Roxana Nicolescu May 16, 2023, 8:49 a.m. UTC | #3
On 11/05/2023 15:41, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
>
>
> BugLink: https://bugs.launchpad.net/bugs/2018470
>
> [Impact]
> A regression caused by incomplete stable backports
>
> [Fix]
>
> commit 8273b4048664fff356fd10059033f0e2f5a422a1
> Author: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> Date: Tue Oct 18 07:08:38 2022 -0700
>
>      drm/amdgpu: Fix for BO move issue
>
> [Test case]
>
> Install the update, check that display works again on amdgpu.
>
>
> Arunpravin Paneer Selvam (1):
>    drm/amdgpu: Fix for BO move issue
>
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +++
>   1 file changed, 3 insertions(+)
>
Applied to kinetic:master-next. Thanks!