[PATCH 3/7] drm/amdgpu/gmc11: don't touch gfxhub registers during S0ix

2022-12-15 Thread Alex Deucher
gfxhub registers are part of gfx IP and should not need to be changed. Doing so without disabling gfxoff can hang the gfx IP. v2: add comments explaining why we can skip the interrupt control for S0i3 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 16

[PATCH 3/7] drm/amdgpu/gmc11: don't touch gfxhub registers during S0ix

2022-12-14 Thread Alex Deucher
gfxhub registers are part of gfx IP and should not need to be changed. Doing so without disabling gfxoff can hang the gfx IP. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git