Patches are Acked-by: Huang Rui <[email protected]> Please use "git send-email" on amd-gfx public code review.
Thanks, Ray -----Original Message----- From: Aaron Liu <[email protected]> Sent: Friday, August 30, 2019 1:33 AM To: [email protected] Cc: Deucher, Alexander <[email protected]>; Huang, Ray <[email protected]>; Liu, Aaron <[email protected]>; Deucher, Alexander <[email protected]> Subject: [PATCH 2/2] 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 <[email protected]> Reviewed-by: Huang Rui <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> --- drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
