]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: small cleanup to CIK SDMA
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Sat, 22 Mar 2025 18:37:44 +0000 (14:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:32 +0000 (15:18 -0400)
commite319f9ec360008e5f0da5e8f15f2739d5c6ad93a
tree2579f1c932862365a3f157164463964f3672ee6a
parent60c53fe7bc13fb1ecf1d886c073a973371cb3c4a
drm/amdgpu: small cleanup to CIK SDMA

Tidy cik_sdma_hw_init() by returning directly cik_sdma_start()'s result.

Keep amdgpu_cik_gpu_check_soft_reset() early declaration with others.

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cik_sdma.c