HomeSort by: relevance | last modified time | path
    Searched refs:sys_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c 943 kfree(ctx->sys_cache);
944 ctx->sys_cache = NULL;
957 ctx->sys_cache = kzalloc(ctx->train_data_size, GFP_KERNEL);
958 if (ctx->sys_cache == NULL) {
959 DRM_ERROR("alloc mem_train_ctx.sys_cache failed!\n");
982 uint32_t *pcache = (uint32_t*)ctx->sys_cache;
1003 DRM_DEBUG("sys_cache[%08x,%08x,%08x,%08x] p2c_header[%08x,%08x,%08x,%08x]\n",
1014 DRM_DEBUG("sys_cache[0] is invalid, restore depends on save.\n");
1021 DRM_DEBUG("sys_cache is invalid or out-of-date, need save training data to sys_cache.\n")
    [all...]
amdgpu_psp.h 201 * sys_cache
205 void *sys_cache; member in struct:psp_memory_training_context

Completed in 103 milliseconds