mbox series

[SRU,L,0/1] Enable D3cold at s2idle for Intel DG2 GPU

Message ID 20230830040844.74675-1-aaron.ma@canonical.com
Headers show
Series Enable D3cold at s2idle for Intel DG2 GPU | expand

Message

Aaron Ma Aug. 30, 2023, 4:08 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2033452

[Impact]
The system wakes up during s2idle with Intel DG2 GPU.
It causes high power consumption during suspend.

[Fix]
Enable D3cold at s2idle.

[Test]
Tested on hardware, the system sleeps as long as expected,
the power consumption is lower.

[Where problems could occur]
It may break i915 driver.

It's a fix of regression in v6.1, no need for jammy and already in 6.5.
SRU for lunar and oem-6.1.

Anshuman Gupta (1):
  drm/i915/dgfx: Enable d3cold at s2idle

 drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++++++++++--------------
 1 file changed, 18 insertions(+), 15 deletions(-)

Comments

Tim Gardner Aug. 30, 2023, 1:45 p.m. UTC | #1
On 8/29/23 10:08 PM, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2033452
> 
> [Impact]
> The system wakes up during s2idle with Intel DG2 GPU.
> It causes high power consumption during suspend.
> 
> [Fix]
> Enable D3cold at s2idle.
> 
> [Test]
> Tested on hardware, the system sleeps as long as expected,
> the power consumption is lower.
> 
> [Where problems could occur]
> It may break i915 driver.
> 
> It's a fix of regression in v6.1, no need for jammy and already in 6.5.
> SRU for lunar and oem-6.1.
> 
> Anshuman Gupta (1):
>    drm/i915/dgfx: Enable d3cold at s2idle
> 
>   drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++++++++++--------------
>   1 file changed, 18 insertions(+), 15 deletions(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Roxana Nicolescu Sept. 1, 2023, 8:38 a.m. UTC | #2
On 30/08/2023 06:08, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2033452
>
> [Impact]
> The system wakes up during s2idle with Intel DG2 GPU.
> It causes high power consumption during suspend.
>
> [Fix]
> Enable D3cold at s2idle.
>
> [Test]
> Tested on hardware, the system sleeps as long as expected,
> the power consumption is lower.
>
> [Where problems could occur]
> It may break i915 driver.
>
> It's a fix of regression in v6.1, no need for jammy and already in 6.5.
> SRU for lunar and oem-6.1.
>
> Anshuman Gupta (1):
>    drm/i915/dgfx: Enable d3cold at s2idle
>
>   drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++++++++++--------------
>   1 file changed, 18 insertions(+), 15 deletions(-)
>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Roxana Nicolescu Sept. 1, 2023, 9:17 a.m. UTC | #3
On 30/08/2023 06:08, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2033452
>
> [Impact]
> The system wakes up during s2idle with Intel DG2 GPU.
> It causes high power consumption during suspend.
>
> [Fix]
> Enable D3cold at s2idle.
>
> [Test]
> Tested on hardware, the system sleeps as long as expected,
> the power consumption is lower.
>
> [Where problems could occur]
> It may break i915 driver.
>
> It's a fix of regression in v6.1, no need for jammy and already in 6.5.
> SRU for lunar and oem-6.1.
>
> Anshuman Gupta (1):
>    drm/i915/dgfx: Enable d3cold at s2idle
>
>   drivers/gpu/drm/i915/i915_driver.c | 33 ++++++++++++++++--------------
>   1 file changed, 18 insertions(+), 15 deletions(-)
>
Applied to lunar:master-next. Thanks!

Roxana