aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15drm/amd/pm: fix indenting in __smu_cmn_reg_print_error()Dan Carpenter1-8/+8
2022-03-15drm/amd/pm: Send message when resp status is 0xFCLijo Lazar1-2/+0
2022-03-15drm/amdgpu: change registers in error checking for smu 13.0.5Yifan Zhang1-2/+8
2022-02-23drm/amd/pm: Fix missing prototype warningLijo Lazar1-1/+1
2022-02-22drm/amd/pm: validate SMU feature enable message for getting feature enabled maskPrike Liang1-27/+21
2022-02-18drm/amd/pm: update smc message sequence for smu 13.0.5Yifan Zhang1-5/+29
2022-02-16drm/amd/pm: Add support for MP1 13.0.8Prike Liang1-0/+1
2022-02-11drm/amd/pm: fix enabled features retrieving on Renoir and Cyan SkillfishEvan Quan1-7/+20
2022-02-07drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_exceptionEvan Quan1-7/+0
2022-02-07drm/amd/pm: avoid consecutive retrieving for enabled ppfeaturesEvan Quan1-1/+9
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-35/+11
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-18/+11
2022-02-07drm/amd/pm: unify the interface for retrieving enabled ppfeaturesEvan Quan1-56/+39
2022-02-07drm/amd/pm: correct the way for retrieving enabled ppfeatures on RenoirEvan Quan1-1/+2
2022-01-25drm/amd/pm: drop unneeded feature->mutexEvan Quan1-17/+2
2022-01-25drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-18/+3
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-4/+26
2021-12-14drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan1-7/+9
2021-12-13drm/amdgpu: add support for SMU debug optionLang Yu1-1/+21
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-1/+1
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-2/+2
2021-11-24drm/amd/pm: Print the error on command submissionLuben Tuikov1-1/+1
2021-11-24drm/amd/pm: Add debug printsLuben Tuikov1-2/+2
2021-11-17drm/amd/pm: Enhanced reporting also for a stuck commandLuben Tuikov1-2/+6
2021-11-17drm/amd/pm: Enhanced reporting also for a stuck commandLuben Tuikov1-2/+6
2021-09-16drm/amd/pm: fix runpm hang when amdgpu loaded prior to sound driverEvan Quan1-0/+21
2021-08-10amdgpu/pm: Replace navi10 usage of sprintf with sysfs_emitDarren Powell1-3/+3
2021-07-28drm/amd/pm: Fix a bug in semaphore double-lockLuben Tuikov1-2/+0
2021-07-23drm/amd/pm: Fix a bug communicating with the SMU (v5)Luben Tuikov1-46/+242
2021-06-11drm/amd/pm: update the cached dpm feature statusEvan Quan1-9/+38
2021-06-10drm/amd/pm: Add common throttler translation funcGraham Sider1-0/+13
2021-06-10drm/amd/pm: Add u64 throttler status field to gpu_metricsGraham Sider1-0/+3
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+3
2021-05-25drm/amdgpu: Rename flag which prevents HW accessAndrey Grodzovsky1-1/+1
2021-05-21drm/amdgpu/pm: Update metrics table (v2)David M Nieto1-0/+3
2021-05-10drm/amd/pm: expose pmfw attached timestamp on AldebaranEvan Quan1-0/+3
2021-04-28amdgpu/pm: add extra info to SMU msg pre-check failed messageDarren Powell1-2/+2
2021-04-09drm/amd/pm: increase time out value when sending msg to SMUcharles sun1-1/+1
2021-04-09drm/amd/pm: Modify mode2 msg sequence on aldebaranLijo Lazar1-1/+1
2021-04-09drm/amd/pm: fix Navi1x runtime resume failure V2Evan Quan1-0/+28
2021-03-05drm/amdgpu: enable one vf mode on sienna cichlid vfHorace Chen1-6/+6
2021-03-05drm/amd/pm: update existing gpu_metrics interfaces V2Evan Quan1-0/+6
2021-02-24drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_soft_gpu_metricsNathan Chancellor1-1/+1
2021-02-09drm/amd/pm/swsmu: unify the init soft gpu metrics functionKevin Wang1-0/+28
2021-01-21drm/amd/pm: print the timeout of smc messageHuang Rui1-3/+8
2021-01-13drm/amd/pm: fix the return value of pm messageHuang Rui1-0/+1
2021-01-13drm/amdgpu: revise the mode2 reset for vangoghHuang Rui1-21/+24
2021-01-13drm/amd/pm: don't mark all apu as true on feature maskHuang Rui1-1/+3
2021-01-13drm/amd/pm: enhance the real response for smu message (v2)Huang Rui1-5/+9
2020-12-08drm/amd/pm: invalidate hdp before CPU access the memory written by GPUEvan Quan1-1/+1