]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Move the dumping log out of for loop
authorSunil Khatri <sunil.khatri@amd.com>
Wed, 28 Aug 2024 08:06:23 +0000 (13:36 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Aug 2024 17:39:19 +0000 (13:39 -0400)
commit30e8f4c2bd532c44af0e0fad9c04e7d2970b91a6
tree7f86e7da2080bb8fd504690b6c26fb3e3f3c7214
parentaf76ca8e180f38a7d874c18cf810707762766627
drm/amdgpu: Move the dumping log out of for loop

log message "Dumping IP State Completed" needs to
be logged only once when state dumping is complete.

Hence moving it out of the for loop.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Acked-by: Trigger Huang <Trigger.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c