Home
last modified time | relevance | path

Searched refs:log_cpu_addr (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_umsch_mm.c300 &adev->umsch_mm.log_cpu_addr); in umsch_mm_init()
381 (void **)&adev->umsch_mm.log_cpu_addr); in umsch_mm_sw_fini()
435 void *fw_log_cpu_addr = umsch_mm->log_cpu_addr; in amdgpu_umsch_fwlog_init()
463 if (!umsch_mm->log_cpu_addr) in amdgpu_debugfs_umsch_fwlog_read()
466 log_buf = umsch_mm->log_cpu_addr; in amdgpu_debugfs_umsch_fwlog_read()
Damdgpu_umsch_mm.h178 void *log_cpu_addr; member