]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix no interrupt issue for renoir emu (v2)
authorAaron Liu <aaron.liu@amd.com>
Fri, 14 Dec 2018 03:21:41 +0000 (11:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2019 20:37:17 +0000 (15:37 -0500)
commit6b848e6ad4b7e4c8e5440da704a77a0e7d08f542
tree0ebf0fc9180c9db6079bd4401da482ad90b56401
parentbc5334a8b1d0444df1ea7bb604bdb528039a1d77
drm/amdgpu: fix no interrupt issue for renoir emu (v2)

In renoir's vega10_ih model, there's a security change in mmIH_CHICKEN
register, that limits IH to use physical address (FBPA, GPA) directly.
Those chicken bits need to be programmed first.

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vega10_ih.c