Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c755 &adev->umsch_mm.log_cpu_addr); in umsch_mm_init()
836 (void **)&adev->umsch_mm.log_cpu_addr); in umsch_mm_sw_fini()
890 void *fw_log_cpu_addr = umsch_mm->log_cpu_addr; in amdgpu_umsch_fwlog_init()
918 if (!umsch_mm->log_cpu_addr) in amdgpu_debugfs_umsch_fwlog_read()
921 log_buf = umsch_mm->log_cpu_addr; in amdgpu_debugfs_umsch_fwlog_read()
H A Damdgpu_umsch_mm.h178 void *log_cpu_addr; member