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