]> Git Repo - J-linux.git/commit
drm/amdgpu: support imu for gfx11
authorLikun Gao <[email protected]>
Wed, 13 Apr 2022 18:28:02 +0000 (14:28 -0400)
committerAlex Deucher <[email protected]>
Wed, 4 May 2022 14:43:54 +0000 (10:43 -0400)
commit289bcffb9d76f575995113dd48c09de7f2deb1d1
tree202402025aa4e323e3a770babe9b91798ad9ccfa
parent18ee4ce63e0f32cc63dcadb1062e7a3446ead338
drm/amdgpu: support imu for gfx11

Add support to initialize imu for gfx v11.
IMU is a new power management block for
gfx which manages gfx power.

Signed-off-by: Likun Gao <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/amdgpu_imu.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/imu_v11_0.h [new file with mode: 0644]
This page took 0.046256 seconds and 4 git commands to generate.