Searched refs:aca_smu_type (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_aca.h | 105 enum aca_smu_type { enum 112 enum aca_smu_type type; 165 …int (*aca_bank_parser)(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, v… 166 bool (*aca_bank_is_valid)(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type, 174 int (*get_valid_aca_count)(struct amdgpu_device *adev, enum aca_smu_type type, u32 *count); 175 …int (*get_valid_aca_bank)(struct amdgpu_device *adev, enum aca_smu_type type, int idx, struct aca_…
|
| D | amdgpu_aca.c | 31 typedef int bank_handler_t(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type… 92 static int aca_smu_get_valid_aca_count(struct amdgpu_device *adev, enum aca_smu_type type, u32 *cou… in aca_smu_get_valid_aca_count() 135 static int aca_smu_get_valid_aca_banks(struct amdgpu_device *adev, enum aca_smu_type type, in aca_smu_get_valid_aca_banks() 204 static bool aca_bank_is_valid(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type t… in aca_bank_is_valid() 305 static int aca_bank_parser(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type) in aca_bank_parser() 320 enum aca_smu_type type, void *data) in handler_aca_log_bank_error() 332 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_bank() 353 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_banks() 377 static bool aca_bank_should_update(struct amdgpu_device *adev, enum aca_smu_type type) in aca_bank_should_update() 397 static int aca_banks_update(struct amdgpu_device *adev, enum aca_smu_type type, in aca_banks_update() [all …]
|
| D | mmhub_v1_8.c | 710 enum aca_smu_type type, void *data) in mmhub_v1_8_aca_bank_parser() 748 enum aca_smu_type type, void *data) in mmhub_v1_8_aca_bank_is_valid()
|
| D | umc_v12_0.c | 460 enum aca_smu_type type, void *data) in umc_v12_0_aca_bank_parser()
|
| D | sdma_v4_4_2.c | 2295 enum aca_smu_type type, void *data) in sdma_v4_4_2_aca_bank_parser() 2326 enum aca_smu_type type, void *data) in sdma_v4_4_2_aca_bank_is_valid()
|
| D | amdgpu_xgmi.c | 1066 enum aca_smu_type type, void *data) in xgmi_v6_4_0_aca_bank_parser()
|
| D | gfx_v9_4_3.c | 863 struct aca_bank *bank, enum aca_smu_type type, in gfx_v9_4_3_aca_bank_parser() 899 enum aca_smu_type type, void *data) in gfx_v9_4_3_aca_bank_is_valid()
|