]> git.baikalelectronics.ru Git - kernel.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)
commit06b1ae68e6cce37237caf68a962183392b8b1009
tree025ee012a75656ff2719bf1399844b252290aacc
parentb84e63e70108df9ed5648febdd37b29339713ec9
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