Re: [PATCH] drm/amdgpu: Remove GFXOFF MASK for Vangogh

2021-01-18 Thread Huang Rui
On Mon, Jan 18, 2021 at 06:17:51PM +0800, Su, Jinzhou (Joe) wrote: > 1. Remove PP_GFXOFF_MASK and then GFXOFF can be enabled > by user space. > 2. GFXOFF is still disabled on Vangogh by default. > 3. When GFXOFF feature on Vangogh landed, will enable > GFXOFF by default. > 4. GFXOFF can

[PATCH] drm/amdgpu: Remove GFXOFF MASK for Vangogh

2021-01-18 Thread Jinzhou Su
1. Remove PP_GFXOFF_MASK and then GFXOFF can be enabled by user space. 2. GFXOFF is still disabled on Vangogh by default. 3. When GFXOFF feature on Vangogh landed, will enable GFXOFF by default. 4. GFXOFF can be enabled by debugfs interface amdgpu_gfxoff. Signed-off-by: Jinzhou Su ---