Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu/sdma4: drop gfxoff calls in dump ip state

SDMA 4.x is not part of the GFX power domain so this is
not necessary.

Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

-2
-2
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
··· 2381 2381 if (!adev->sdma.ip_dump) 2382 2382 return; 2383 2383 2384 - amdgpu_gfx_off_ctrl(adev, false); 2385 2384 for (i = 0; i < adev->sdma.num_instances; i++) { 2386 2385 instance_offset = i * reg_count; 2387 2386 for (j = 0; j < reg_count; j++) ··· 2388 2389 RREG32(sdma_v4_0_get_reg_offset(adev, i, 2389 2390 sdma_reg_list_4_0[j].reg_offset)); 2390 2391 } 2391 - amdgpu_gfx_off_ctrl(adev, true); 2392 2392 } 2393 2393 2394 2394 const struct amd_ip_funcs sdma_v4_0_ip_funcs = {