/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 37 ((adev)->powerplay.pp_funcs->enable_bapm((adev)->powerplay.pp_handle, (e))) 39 #define amdgpu_dpm_is_legacy_dpm(adev) ((adev)->powerplay.pp_handle == (adev)) 43 const struct amd_pm_funcs *pp_funcs = adev->powerplay.pp_funcs; in amdgpu_dpm_get_sclk() 50 ret = pp_funcs->get_sclk((adev)->powerplay.pp_handle, in amdgpu_dpm_get_sclk() 59 const struct amd_pm_funcs *pp_funcs = adev->powerplay.pp_funcs; in amdgpu_dpm_get_mclk() 66 ret = pp_funcs->get_mclk((adev)->powerplay.pp_handle, in amdgpu_dpm_get_mclk() 76 const struct amd_pm_funcs *pp_funcs = adev->powerplay.pp_funcs; in amdgpu_dpm_set_powergating_by_smu() 98 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu() 114 struct smu_context *smu = adev->powerplay.pp_handle; in amdgpu_dpm_set_gfx_power_up_by_imu() 128 const struct amd_pm_funcs *pp_funcs = adev->powerplay.pp_funcs; in amdgpu_dpm_baco_enter() [all …]
|
H A D | Makefile | 33 -I$(FULL_AMD_PATH)/pm/powerplay/inc \ 34 -I$(FULL_AMD_PATH)/pm/powerplay/smumgr\ 35 -I$(FULL_AMD_PATH)/pm/powerplay/hwmgr \ 40 PM_LIBS = swsmu powerplay legacy-dpm
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | Makefile | 23 AMD_PP_PATH = ../pm/powerplay 27 AMD_POWERPLAY = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/pm/powerplay/,$(PP_LIBS)))
|
H A D | amd_powerplay.c | 59 adev->powerplay.pp_handle = hwmgr; in amd_powerplay_create() 60 adev->powerplay.pp_funcs = &pp_dpm_funcs; in amd_powerplay_create() 67 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in amd_powerplay_destroy() 88 ret = hwmgr_early_init(adev->powerplay.pp_handle); in pp_early_init() 137 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_sw_init() 154 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_sw_fini() 167 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_hw_init() 180 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_hw_fini() 194 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_reserve_vram_for_smu() 223 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in pp_late_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 33 ((adev)->powerplay.pp_funcs->pre_set_power_state((adev)->powerplay.pp_handle)) 36 ((adev)->powerplay.pp_funcs->post_set_power_state((adev)->powerplay.pp_handle)) 39 ((adev)->powerplay.pp_funcs->display_configuration_changed((adev)->powerplay.pp_handle)) 42 ((adev)->powerplay.pp_funcs->print_power_state((adev)->powerplay.pp_handle, (ps))) 45 ((adev)->powerplay.pp_funcs->vblank_too_short((adev)->powerplay.pp_handle)) 48 …((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal))) 140 if (adev->powerplay.pp_funcs->print_power_state == NULL) in amdgpu_pm_print_power_states() 804 if (single_display && adev->powerplay.pp_funcs->vblank_too_short) { in amdgpu_dpm_pick_power_state() 930 const struct amd_pm_funcs *pp_funcs = adev->powerplay.pp_funcs; in amdgpu_dpm_change_power_state_locked() 979 pp_funcs->set_power_state(adev->powerplay.pp_handle); in amdgpu_dpm_change_power_state_locked() [all …]
|
H A D | kv_dpm.c | 2961 adev->powerplay.pp_funcs = &kv_dpm_funcs; in kv_dpm_early_init() 2962 adev->powerplay.pp_handle = adev; in kv_dpm_early_init()
|
H A D | si_dpm.c | 7946 adev->powerplay.pp_funcs = &si_dpm_funcs; in si_dpm_early_init() 7947 adev->powerplay.pp_handle = adev; in si_dpm_early_init()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 474 struct smu_context *smu = adev->powerplay.pp_handle; in is_support_cclk_dpm() 579 struct smu_context *smu = adev->powerplay.pp_handle; in smu_set_funcs() 667 adev->powerplay.pp_handle = smu; in smu_early_init() 668 adev->powerplay.pp_funcs = &swsmu_pm_funcs; in smu_early_init() 724 struct smu_context *smu = adev->powerplay.pp_handle; in smu_late_init() 1106 struct smu_context *smu = adev->powerplay.pp_handle; in smu_sw_init() 1183 struct smu_context *smu = adev->powerplay.pp_handle; in smu_sw_fini() 1454 struct smu_context *smu = adev->powerplay.pp_handle; in smu_hw_init() 1642 struct smu_context *smu = adev->powerplay.pp_handle; in smu_hw_fini() 1664 struct smu_context *smu = adev->powerplay.pp_handle; in smu_late_fini() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 606 struct pp_hwmgr *hwmgr = adev->powerplay.pp_handle; in phm_irq_process()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 1333 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v11_0_set_irq_state() 1402 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v11_0_irq_process()
|
H A D | arcturus_ppt.c | 2065 struct smu_context *smu = adev->powerplay.pp_handle; in arcturus_i2c_xfer()
|
H A D | navi10_ppt.c | 2989 struct smu_context *smu = adev->powerplay.pp_handle; in navi10_i2c_xfer()
|
H A D | sienna_cichlid_ppt.c | 3750 struct smu_context *smu = adev->powerplay.pp_handle; in sienna_cichlid_i2c_xfer()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_6_ppt.c | 1273 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v13_0_6_irq_process() 1702 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v13_0_6_i2c_xfer()
|
H A D | smu_v13_0.c | 1262 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v13_0_set_irq_state() 1337 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v13_0_irq_process()
|
H A D | aldebaran_ppt.c | 1472 struct smu_context *smu = adev->powerplay.pp_handle; in aldebaran_i2c_xfer()
|
H A D | smu_v13_0_0_ppt.c | 2228 struct smu_context *smu = adev->powerplay.pp_handle; in smu_v13_0_0_i2c_xfer()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 908 struct amd_powerplay powerplay; member
|
/openbmc/linux/ |
H A D | opengrok2.0.log | 2582 2024-12-28 20:05:27.227-0600 FINEST t586 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c': chosen by suffix: CAnalyzerFactory 2583 2024-12-28 20:05:27.227-0600 FINE t586 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' (CAnalyzer) 2584 2024-12-28 20:05:27.228-0600 FINER t586 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' 2597 2024-12-28 20:05:27.245-0600 FINEST t627 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' 2744 2024-12-28 20:05:27.375-0600 FINER t586 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' 2745 2024-12-28 20:05:27.375-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c' (CAnalyzer) (took 147 ms) [all...] |
H A D | opengrok0.0.log | 174 2024-12-28 20:09:06.005-0600 FINEST t1158 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.h.gz' 503 2024-12-28 20:09:06.057-0600 FINEST t1111 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_psm.h.gz' 4191 2024-12-28 20:09:06.738-0600 FINEST t1141 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c.gz' [all...] |
H A D | opengrok1.0.log | 1348 2024-12-28 20:07:12.397-0600 FINEST t591 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c': chosen by suffix: CAnalyzerFactory 1349 2024-12-28 20:07:12.397-0600 FINE t591 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' (CAnalyzer) 1350 2024-12-28 20:07:12.397-0600 FINER t591 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' 1376 2024-12-28 20:07:12.410-0600 FINEST t623 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' 1543 2024-12-28 20:07:12.479-0600 FINER t591 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' 1544 2024-12-28 20:07:12.480-0600 FINEST t591 Statistics.logIt: Added: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c' (CAnalyzer) (took 82 ms) [all...] |
/openbmc/ |
D | opengrok1.0.log | 2130 2025-01-25 03:00:41.803-0600 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h' (436) at 20240405153230503 2801 2025-01-25 03:00:41.876-0600 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c' (1,107) at 20210309003649664 [all...] |
D | opengrok2.0.log | 2316 2025-01-24 03:00:44.481-0600 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h' (436) at 20240405153230503 2987 2025-01-24 03:00:44.539-0600 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c' (1,107) at 20210309003649664 [all...] |