Home
last modified time | relevance | path

Searched refs:send_hbm_bad_channel_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1338 int (*send_hbm_bad_channel_flag)(struct smu_context *smu, uint32_t size); member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3310 if (smu->ppt_funcs && smu->ppt_funcs->send_hbm_bad_channel_flag) in smu_send_hbm_bad_channel_flag()
3311 ret = smu->ppt_funcs->send_hbm_bad_channel_flag(smu, size); in smu_send_hbm_bad_channel_flag()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c2135 .send_hbm_bad_channel_flag = aldebaran_send_hbm_bad_channel_flag,
H A Dsmu_v13_0_0_ppt.c2660 .send_hbm_bad_channel_flag = smu_v13_0_0_send_bad_mem_channel_flag,