aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie2-34/+34
2026-08-12drm/amd/pm: silence uninitialized variable warningsDan Carpenter1-4/+1
2026-08-12drm/amdgpu: Enable GFXOFF functionality for SMU IP v15.0.5Shubhankar Milind Sardeshpande1-0/+1
2026-08-12drm/amd/pm: Keep sub-degree precision in Q10 temperaturesLijo Lazar5-19/+19
2026-08-12drm/amd/pm: Keep sub-watt precision in Q10 socket powerLijo Lazar4-6/+9
2026-08-12drm/amd/pm: Simplify SoC power printing in debugfsLijo Lazar1-15/+12
2026-08-06drm/amd/pm: smu_v14_0_0: use find_clk_level() for DPM level markingPriya Hosur1-7/+22
2026-08-06drm/amd/pm: smu_v14_0_0: add SMU_DCEFCLK support in DPM frequency queriesPriya Hosur1-0/+28
2026-08-06drm/amd/pm: add IP_VERSION(11,5,1) to vclk/dclk DPM sysfs whitelistsPriya Hosur1-2/+6
2026-08-06drm/amd/pm: smu_v14_0_0: fix DCLK metric reporting via VCLK level indexPriya Hosur1-0/+52
2026-08-06drm/amd/pm: restore user PPT limits after GPU resetYang Wang1-1/+2
2026-08-06drm/amd/pm: refactor user PPT policy save and restoreYang Wang3-28/+68
2026-08-06drm/amd/pm: account for OD percentage in effective PPT limitsYang Wang3-42/+65
2026-08-06drm/amd/pm: refactor PPT limits by controller and power sourceYang Wang21-687/+699
2026-08-06drm/amd/pm: derive stable PPT limits from PPTableYang Wang4-40/+53
2026-08-06drm/amd/pm/smu15: switch SMU v15.0.0 to DRAM-based accumulator metricsShubhankar Milind Sardeshpande4-115/+218
2026-08-06drm/amd/pm/smu15: add metrics table header for SMU v15.0.0Shubhankar Milind Sardeshpande1-0/+230
2026-07-29drm/amd/pm: hide pp_table sysfs on APUsYang Wang1-2/+11
2026-07-29drm/amd/pm: hide pp_table sysfs on APUsYang Wang1-2/+11
2026-07-28drm/amd/pm: use milliwatts for GPU power sensorsYang Wang24-47/+50
2026-07-28drm/amd/pm: fix torn gpu metrics readsYang Wang3-11/+12
2026-07-28drm/amd/pm: fix pptable use-after-freeYang Wang3-14/+16
2026-07-28drm/amdgpu: Update driver if header for SMU V15.0.5Kanala Ramalingeswara Reddy3-7/+253
2026-07-28drm/amdgpu: Update message IDs to PMFW to correctly gather GFXOFF residency logsFares Soliman4-14/+48
2026-07-28drm/amd/pm: use milliwatts for GPU power sensorsYang Wang24-47/+50
2026-07-28drm/amd/pm: fix torn gpu metrics readsYang Wang3-11/+12
2026-07-28drm/amd/pm: fix pptable use-after-freeYang Wang3-14/+16
2026-07-28drm/amdgpu: Update driver if header for SMU V15.0.5Kanala Ramalingeswara Reddy3-7/+253
2026-07-28drm/amdgpu: Update message IDs to PMFW to correctly gather GFXOFF residency logsFares Soliman4-14/+48
2026-07-17drm/amd: Create a device link between APU display and XHCI devicesMario Limonciello3-1/+68
2026-07-17drm/amd/pm/smu7: Fix AC/DC switch notificationTimur Kristóf1-6/+10
2026-07-17drm/amd/pm/si: Fix AC/DC switch notificationTimur Kristóf1-6/+9
2026-07-17drm/amd/pm/si: Don't schedule thermal work when queue isn't initializedTimur Kristóf1-1/+1
2026-07-17drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)Timur Kristóf1-5/+2
2026-07-15drm/amd: Create a device link between APU display and XHCI devicesMario Limonciello3-0/+68
2026-07-15drm/amd/pm/smu7: return error on message send failureMichał Mirosław1-4/+8
2026-07-15drm/amd/pm/smu7: make SMU message reports more readableMichał Mirosław1-11/+2
2026-07-15drm/amd/pm/smu7: Fix AC/DC switch notificationTimur Kristóf1-6/+10
2026-07-15drm/amd/pm: Fix pp_entries_max() bios checkAsad Kamal1-6/+9
2026-07-15drm/amd/pm: Update smu_v15_0_8 gpu metricsAsad Kamal1-1/+1
2026-07-15drm/amd/pm: update smu_v13_0_6 acc gpu metricsAsad Kamal1-15/+15
2026-07-15drm/amd/pm: add jpeg/vcn busy to smu_v15_0_8 gpu metricsAsad Kamal1-1/+6
2026-07-15drm/amd/pm/si: Fix AC/DC switch notificationTimur Kristóf1-6/+9
2026-07-15drm/amd/pm/si: Don't schedule thermal work when queue isn't initializedTimur Kristóf1-1/+1
2026-07-15drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)Timur Kristóf1-5/+2
2026-07-08drm/amd/pm: fix smu14 power limit range calculationYang Wang1-12/+16
2026-07-08drm/amdgpu: add support for SMU version 15.0.9Kanala Ramalingeswara Reddy3-1/+4
2026-07-08drm/amd/pm: fix smu14 power limit range calculationYang Wang1-12/+16
2026-07-08drm/amd/pm: retire legacy ras_smu_drv interface for smu v13.0.12Ce Sun2-131/+0
2026-07-08drm/amd/pm: retire legacy smu ras driver frameworkCe Sun6-49/+0