amdgpu_debugfs.c | 681 /** amdgpu_debugfs_wave_read - Read WAVE STATUS data 688 * The offset being sought changes which wave that the status data 695 * Bits 31..36: WAVE ID selector 699 * Followed by WAVE STATUS registers relevant to the GFX IP version 708 uint32_t offset, se, sh, cu, wave, simd, data[32]; local in function:amdgpu_debugfs_wave_read 718 wave = (*pos & GENMASK_ULL(36, 31)) >> 31; 731 adev->gfx.funcs->read_wave_data(adev, simd, wave, data, &x); 759 /** amdgpu_debugfs_gpr_read - Read wave gprs 766 * The offset being sought changes which wave that the status data 773 * Bits 36..43: WAVE ID selecto 787 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; local in function:amdgpu_debugfs_gpr_read [all...] |