Message ID | 20230127125511.110394-1-tjaalton@ubuntu.com |
---|---|
Headers | show |
Series | Rest of the bugfixes from oem-5.17 | expand |
Timo Aaltonen kirjoitti 27.1.2023 klo 14.54: > From: Timo Aaltonen <timo.aaltonen@canonical.com> > > BugLink: https://bugs.launchpad.net/bugs/1981173 > BugLink: https://bugs.launchpad.net/bugs/1981773 > BugLink: https://bugs.launchpad.net/bugs/1990161 > BugLink: https://bugs.launchpad.net/bugs/1991366 > BugLink: https://bugs.launchpad.net/bugs/1993561 > BugLink: https://bugs.launchpad.net/bugs/1996048 > BugLink: https://bugs.launchpad.net/bugs/1998905 > BugLink: https://bugs.launchpad.net/bugs/1999836 > BugLink: https://bugs.launchpad.net/bugs/2000110 > > Hi, > > Here are all the remaining bugfixes from oem-5.17 that haven't landed > in the kinetic kernel yet. Most are from mainline, some are from > drm-intel-next and one needed a minor change to apply cleanly. > > There is still bug #1946433 which I don't dare to touch. > > Ankit Nautiyal (2): > drm/i915/display: Drop check for doublescan mode in modevalid > drm/i915/display: Prune Interlace modes for Display >=12 > > George D Sworo (1): > powercap: intel_rapl: Add support for RAPTORLAKE_P > > Guchun Chen (1): > drm/amdgpu: disable BACO support on more cards > > Kai-Heng Feng (2): > PCI: Clear PCI_STATUS when setting up device > iio: light: cm32181: Add PM support > > Mika Westerberg (6): > PCI: Fix used_buses calculation in pci_scan_child_bus_extend() > PCI: Pass available buses even if the bridge is already configured > PCI: Move pci_assign_unassigned_root_bus_resources() > PCI: Distribute available resources for root buses, too > PCI: Fix whitespace and indentation > PCI: Fix typo in pci_scan_child_bus_extend() > > Nirmal Patel (1): > PCI: vmd: Disable MSI remapping after suspend > > Tsung-hua Lin (1): > drm/amd/display: No display after resume from WB/CB > > Vitaly Rodionov (1): > ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. > > Zhang Rui (1): > powercap: intel_rapl: Add support for RAPTORLAKE_S > > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++ > .../amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 + > drivers/gpu/drm/i915/display/intel_dp.c | 7 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 12 +- > drivers/iio/light/cm32181.c | 22 ++ > drivers/pci/controller/vmd.c | 5 + > drivers/pci/probe.c | 16 +- > drivers/pci/setup-bus.c | 290 +++++++++++------- > drivers/powercap/intel_rapl_common.c | 2 + > sound/pci/hda/patch_cs8409.c | 2 +- > 10 files changed, 265 insertions(+), 132 deletions(-) seems that powercap commits were applied already from the original submission, so those two can be skipped here
On 1/27/23 5:54 AM, Timo Aaltonen wrote: > From: Timo Aaltonen <timo.aaltonen@canonical.com> > > BugLink: https://bugs.launchpad.net/bugs/1981173 > BugLink: https://bugs.launchpad.net/bugs/1981773 > BugLink: https://bugs.launchpad.net/bugs/1990161 > BugLink: https://bugs.launchpad.net/bugs/1991366 > BugLink: https://bugs.launchpad.net/bugs/1993561 > BugLink: https://bugs.launchpad.net/bugs/1996048 > BugLink: https://bugs.launchpad.net/bugs/1998905 > BugLink: https://bugs.launchpad.net/bugs/1999836 > BugLink: https://bugs.launchpad.net/bugs/2000110 > > Hi, > > Here are all the remaining bugfixes from oem-5.17 that haven't landed > in the kinetic kernel yet. Most are from mainline, some are from > drm-intel-next and one needed a minor change to apply cleanly. > > There is still bug #1946433 which I don't dare to touch. > > Ankit Nautiyal (2): > drm/i915/display: Drop check for doublescan mode in modevalid > drm/i915/display: Prune Interlace modes for Display >=12 > > George D Sworo (1): > powercap: intel_rapl: Add support for RAPTORLAKE_P > > Guchun Chen (1): > drm/amdgpu: disable BACO support on more cards > > Kai-Heng Feng (2): > PCI: Clear PCI_STATUS when setting up device > iio: light: cm32181: Add PM support > > Mika Westerberg (6): > PCI: Fix used_buses calculation in pci_scan_child_bus_extend() > PCI: Pass available buses even if the bridge is already configured > PCI: Move pci_assign_unassigned_root_bus_resources() > PCI: Distribute available resources for root buses, too > PCI: Fix whitespace and indentation > PCI: Fix typo in pci_scan_child_bus_extend() > > Nirmal Patel (1): > PCI: vmd: Disable MSI remapping after suspend > > Tsung-hua Lin (1): > drm/amd/display: No display after resume from WB/CB > > Vitaly Rodionov (1): > ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. > > Zhang Rui (1): > powercap: intel_rapl: Add support for RAPTORLAKE_S > > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++ > .../amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 + > drivers/gpu/drm/i915/display/intel_dp.c | 7 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 12 +- > drivers/iio/light/cm32181.c | 22 ++ > drivers/pci/controller/vmd.c | 5 + > drivers/pci/probe.c | 16 +- > drivers/pci/setup-bus.c | 290 +++++++++++------- > drivers/powercap/intel_rapl_common.c | 2 + > sound/pci/hda/patch_cs8409.c | 2 +- > 10 files changed, 265 insertions(+), 132 deletions(-) > Acked-by: Tim Gardner <tim.gardner@canonical.com> The 2 patches from drm-intel-next are now in linux-next
Timo Aaltonen kirjoitti 27.1.2023 klo 14.54: > From: Timo Aaltonen <timo.aaltonen@canonical.com> > > BugLink: https://bugs.launchpad.net/bugs/1981173 > BugLink: https://bugs.launchpad.net/bugs/1981773 > BugLink: https://bugs.launchpad.net/bugs/1990161 > BugLink: https://bugs.launchpad.net/bugs/1991366 > BugLink: https://bugs.launchpad.net/bugs/1993561 > BugLink: https://bugs.launchpad.net/bugs/1996048 > BugLink: https://bugs.launchpad.net/bugs/1998905 > BugLink: https://bugs.launchpad.net/bugs/1999836 > BugLink: https://bugs.launchpad.net/bugs/2000110 > > Hi, > > Here are all the remaining bugfixes from oem-5.17 that haven't landed > in the kinetic kernel yet. Most are from mainline, some are from > drm-intel-next and one needed a minor change to apply cleanly. > > There is still bug #1946433 which I don't dare to touch. > > Ankit Nautiyal (2): > drm/i915/display: Drop check for doublescan mode in modevalid > drm/i915/display: Prune Interlace modes for Display >=12 > > George D Sworo (1): > powercap: intel_rapl: Add support for RAPTORLAKE_P > > Guchun Chen (1): > drm/amdgpu: disable BACO support on more cards > > Kai-Heng Feng (2): > PCI: Clear PCI_STATUS when setting up device > iio: light: cm32181: Add PM support > > Mika Westerberg (6): > PCI: Fix used_buses calculation in pci_scan_child_bus_extend() > PCI: Pass available buses even if the bridge is already configured > PCI: Move pci_assign_unassigned_root_bus_resources() > PCI: Distribute available resources for root buses, too > PCI: Fix whitespace and indentation > PCI: Fix typo in pci_scan_child_bus_extend() > > Nirmal Patel (1): > PCI: vmd: Disable MSI remapping after suspend > > Tsung-hua Lin (1): > drm/amd/display: No display after resume from WB/CB > > Vitaly Rodionov (1): > ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. > > Zhang Rui (1): > powercap: intel_rapl: Add support for RAPTORLAKE_S > > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++ > .../amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 + > drivers/gpu/drm/i915/display/intel_dp.c | 7 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 12 +- > drivers/iio/light/cm32181.c | 22 ++ > drivers/pci/controller/vmd.c | 5 + > drivers/pci/probe.c | 16 +- > drivers/pci/setup-bus.c | 290 +++++++++++------- > drivers/powercap/intel_rapl_common.c | 2 + > sound/pci/hda/patch_cs8409.c | 2 +- > 10 files changed, 265 insertions(+), 132 deletions(-) > looks like some commits have landed in kinetic already, and others were submitted by their backporters, so best to nack this one
From: Timo Aaltonen <timo.aaltonen@canonical.com> BugLink: https://bugs.launchpad.net/bugs/1981173 BugLink: https://bugs.launchpad.net/bugs/1981773 BugLink: https://bugs.launchpad.net/bugs/1990161 BugLink: https://bugs.launchpad.net/bugs/1991366 BugLink: https://bugs.launchpad.net/bugs/1993561 BugLink: https://bugs.launchpad.net/bugs/1996048 BugLink: https://bugs.launchpad.net/bugs/1998905 BugLink: https://bugs.launchpad.net/bugs/1999836 BugLink: https://bugs.launchpad.net/bugs/2000110 Hi, Here are all the remaining bugfixes from oem-5.17 that haven't landed in the kinetic kernel yet. Most are from mainline, some are from drm-intel-next and one needed a minor change to apply cleanly. There is still bug #1946433 which I don't dare to touch. Ankit Nautiyal (2): drm/i915/display: Drop check for doublescan mode in modevalid drm/i915/display: Prune Interlace modes for Display >=12 George D Sworo (1): powercap: intel_rapl: Add support for RAPTORLAKE_P Guchun Chen (1): drm/amdgpu: disable BACO support on more cards Kai-Heng Feng (2): PCI: Clear PCI_STATUS when setting up device iio: light: cm32181: Add PM support Mika Westerberg (6): PCI: Fix used_buses calculation in pci_scan_child_bus_extend() PCI: Pass available buses even if the bridge is already configured PCI: Move pci_assign_unassigned_root_bus_resources() PCI: Distribute available resources for root buses, too PCI: Fix whitespace and indentation PCI: Fix typo in pci_scan_child_bus_extend() Nirmal Patel (1): PCI: vmd: Disable MSI remapping after suspend Tsung-hua Lin (1): drm/amd/display: No display after resume from WB/CB Vitaly Rodionov (1): ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock. Zhang Rui (1): powercap: intel_rapl: Add support for RAPTORLAKE_S .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++ .../amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 + drivers/gpu/drm/i915/display/intel_dp.c | 7 +- drivers/gpu/drm/i915/display/intel_hdmi.c | 12 +- drivers/iio/light/cm32181.c | 22 ++ drivers/pci/controller/vmd.c | 5 + drivers/pci/probe.c | 16 +- drivers/pci/setup-bus.c | 290 +++++++++++------- drivers/powercap/intel_rapl_common.c | 2 + sound/pci/hda/patch_cs8409.c | 2 +- 10 files changed, 265 insertions(+), 132 deletions(-)