diff options
author | Dave Airlie <airlied@redhat.com> | 2017-03-16 04:28:44 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-03-16 04:28:44 +0300 |
commit | 27b713c2e08ef27d500a79166098d42b24977500 (patch) | |
tree | ee2e071e2beba7ba7ddc38d55d0adbf97ee7c9a5 /drivers/gpu/drm/amd/amdgpu/vi.c | |
parent | 4daad1b2b087eb43611653a7e1b0ecb01f4f7481 (diff) | |
parent | 801a6aa9a63c90724e8899982ad8c7f16be1e2cd (diff) | |
download | linux-27b713c2e08ef27d500a79166098d42b24977500.tar.xz |
Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
A few amd fixes.
* 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux:
drm/amd/amdgpu: Fix debugfs reg read/write address width
drm/amdgpu/si: add dpm quirk for Oland
drm/radeon/si: add dpm quirk for Oland
drm: amd: remove broken include path
drm/amd/powerplay: fix copy error in smu7_clockpoweragting.c
drm/amdgpu: fix parser init error path to avoid crash in parser fini
drm/amd/amdgpu: Disable GFX_PG on Carrizo until compute issues solved
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 50bdb24ef8d6..4a785d6acfb9 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c @@ -1051,7 +1051,7 @@ static int vi_common_early_init(void *handle) /* rev0 hardware requires workarounds to support PG */ adev->pg_flags = 0; if (adev->rev_id != 0x00) { - adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | + adev->pg_flags |= AMD_PG_SUPPORT_GFX_SMG | AMD_PG_SUPPORT_GFX_PIPELINE | AMD_PG_SUPPORT_CP | |