]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Move register access functions
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 8 Dec 2025 10:11:07 +0000 (15:41 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:35:23 +0000 (16:35 -0500)
commit57052d293eff5fcb6b8f5653370fe7df26ca62ec
tree1b477acb416043a1e2f27fc783fb7b6d755263fe
parenta503c266d70d3363ba6bffb883cd6ecdb092670c
drm/amdgpu: Move register access functions

Move register access methods from amdgpu_device.c to a dedicated file.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_reg_access.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_reg_access.h [new file with mode: 0644]