]> www.infradead.org Git - users/willy/xarray.git/commit
drm/amdgpu: Remove GFXOFF MASK for Vangogh
authorJinzhou Su <Jinzhou.Su@amd.com>
Mon, 18 Jan 2021 09:24:29 +0000 (17:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Jan 2021 21:38:23 +0000 (16:38 -0500)
commitd3dc8f4d18cc45cf961e4a12047d228b5d6dfe6e
tree025ee012a75656ff2719bf1399844b252290aacc
parentc711879f502194d6dbe81e022acceef735b99195
drm/amdgpu: Remove GFXOFF MASK for Vangogh

 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 <Jinzhou.Su@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c