Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h210 PSP_MEM_TRAIN_INIT_SUCCESS = 0x8, enumerator
H A Dpsp_v11_0.c456 } else if (ctx->init != PSP_MEM_TRAIN_INIT_SUCCESS) { in psp_v11_0_memory_training()
H A Dpsp_v13_0.c492 } else if (ctx->init != PSP_MEM_TRAIN_INIT_SUCCESS) { in psp_v13_0_memory_training()
H A Damdgpu_psp.c309 ctx->init = PSP_MEM_TRAIN_INIT_SUCCESS; in psp_memory_training_init()