summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun2024-04-091-1/+1
* drm/amdgpu/pm: Don't use OD table on ArcturusMa Jun2024-03-201-28/+5
* drm/amdgpu/pm: Check the validity of overdiver power limitMa Jun2024-03-201-4/+7
* drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun2024-03-201-6/+8
* drm/amd/pm: Fix esm reg mask use to get pcie speedAsad Kamal2024-02-281-2/+2
* drm/amdgpu/pm: Fix the power1_min_cap valueMa Jun2024-02-261-5/+4
* drm/amd/pm: Remove redundant function members of pptable_funcsMa Jun2023-12-131-2/+0
* drm/amd/pm: Support for getting power1_cap_min valueMa Jun2023-10-201-12/+21
* drm/amd/pm: drop most smu_cmn_get_smc_version in smuYifan Zhang2023-10-131-59/+12
* drm/amdgpu: Refactor FRU product informationLijo Lazar2023-10-091-4/+0
* drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello2023-10-041-2/+2
* drm/amd/pm: integrate plpd allow/disallow into select_xgmi_plpd_policy in ppt...Le Ma2023-09-281-10/+11
* amdgpu/pm: Optimize emit_clock_levels for arcturus - part 3Darren Powell2023-08-311-53/+24
* amdgpu/pm: Optimize emit_clock_levels for arcturus - part 2Darren Powell2023-08-301-23/+22
* amdgpu/pm: Optimize emit_clock_levels for arcturus - part 1Darren Powell2023-08-301-69/+57
* drm/amd: Fix spelling mistake "throtting" -> "throttling"Colin Ian King2023-08-301-3/+3
* amdgpu/pm: Replace print_clock_levels with emit_clock_levels for arcturusDarren Powell2023-08-301-27/+27
* drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello2023-08-151-1/+1
* drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello2023-08-151-0/+1
* drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun2023-07-271-2/+2
* drm/amd/pm: fix smu i2c data read riskYang Wang2023-07-101-1/+1
* drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan2022-10-181-0/+8
* amdgpu/pm: Fix incorrect variable for size of clocks arrayDarren Powell2022-06-221-4/+5
* drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher2022-06-031-0/+1
* drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan2022-02-071-4/+1
* drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'Changcheng Deng2022-02-021-1/+0
* drm/amdgpu/swsmu/i2c: return an error if the SMU is not runningAlex Deucher2022-01-271-0/+3
* drm/amd: Expose the FRU SMU I2C busLuben Tuikov2022-01-271-18/+51
* drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan2022-01-251-2/+0
* drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan2022-01-251-10/+4
* drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan2022-01-251-2/+2
* drm/amd/pm: relocate the power related headersEvan Quan2022-01-141-1/+0
* drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan2022-01-141-4/+5
* drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye2021-12-281-1/+1
* drm/amd/pm: Skip power state allocationLijo Lazar2021-12-141-10/+0
* amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell2021-12-011-9/+1
* drm/amd/pm: Disable fan control if not supportedLijo Lazar2021-10-221-0/+14
* drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu2021-09-161-2/+6
* drm/amd/pm: And destination bounds checking to struct copyKees Cook2021-08-301-4/+2
* drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan2021-08-201-7/+13
* drm/amd/pm: correct the address of Arcturus fan related registersEvan Quan2021-08-161-5/+133
* drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan2021-08-161-2/+2
* drm/amd/pm: correct the fan speed RPM retrievingEvan Quan2021-08-161-0/+24
* drm/amd/pm: correct the fan speed PWM retrievingEvan Quan2021-08-161-24/+1
* drm/amd/pm: correct the fan speed RPM settingEvan Quan2021-08-161-0/+1
* drm/amd/pm: correct DPM_XGMI/VCN_DPM feature nameKevin Wang2021-08-161-8/+8
* amdgpu/pm: Replace smu11 usage of sprintf with sysfs_emitDarren Powell2021-08-101-13/+13
* drm/amdkfd: Update SMI throttle event bitmaskGraham Sider2021-07-231-1/+3
* drm/amdgpu: The I2C IP doesn't support 0 writes/readsLuben Tuikov2021-07-081-1/+1
* drm/amd/pm: Simplify managed I2C transfer functionsLuben Tuikov2021-07-011-46/+32