summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-09-29 13:30:44 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-09-29 13:30:44 +0300
commitd6fd599cd4d8afb604d5c0b5f5d20a1484942eef (patch)
tree7025c0d3bdbbcce0bf38422c3d01ba34753185b7 /drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c
parentd3f8f8d03061d2706f8410aea7811acee65dc1f5 (diff)
parent1ebe8f7e782523e62cd1fa8237f7afba5d1dae83 (diff)
parent8646f111fae02f901ff033a1b6ce0a82eea31560 (diff)
parent531453a36c1391445fffa5721c1153c9f2d64eeb (diff)
downloadlinux-d6fd599cd4d8afb604d5c0b5f5d20a1484942eef.tar.xz
Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'
Merge energy model management, OPP (operating performance points) and devfreq updates for 6.18-rc1: - Prevent CPU capacity updates after registering a perf domain from failing on a first CPU that is not present (Christian Loehle) - Add support for the cases in which frequency alone is not sufficient to uniquely identify an OPP (Krishna Chaitanya Chundru) - Use to_result() for OPP error handling in Rust (Onur Özkan) - Add support for LPDDR5 on Rockhip RK3588 SoC to rockchip-dfi devfreq driver (Nicolas Frattaroli) - Fix an issue where DDR cycle counts on RK3588/RK3528 with LPDDR4(X) are reported as half by adding a cycle multiplier to the DFI driver in rockchip-dfi devfreq-event driver (Nicolas Frattaroli) - Fix missing error pointer dereference check of regulator instance in the mtk-cci devfreq driver probe and remove a redundant condition from an if () statement in that driver (Dan Carpenter, Liao Yuanhong) * pm-em: PM: EM: Fix late boot with holes in CPU topology * pm-opp: OPP: Add support to find OPP for a set of keys rust: opp: use to_result for error handling * pm-devfreq: PM / devfreq: rockchip-dfi: add support for LPDDR5 PM / devfreq: rockchip-dfi: double count on RK3588 PM / devfreq: mtk-cci: avoid redundant conditions PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe()