drm/amdgpu/userq: rename suspend/resume callbacks
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Apr 2025 16:29:37 +0000 (12:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:49:10 +0000 (10:49 -0400)
commit51a9ea455115fc75ef703dbc2ac04ca59b47b174
tree7b5a530b4a5529cf95ad1e62bbd5dd856d470980
parent38feab2deac8732247cb54d05a26ca07b5c4d0e0
drm/amdgpu/userq: rename suspend/resume callbacks

Rename to map and umap to better align with what is happening
at the firmware level and remove the extra level of indirection
in the MES userq code.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c