OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cc14e
)
drm/amdgpu/nv: set vcn pg flag for navi14
author
Xiaojie Yuan
<xiaojie.yuan@amd.com>
Tue, 2 Jul 2019 17:49:41 +0000
(12:49 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:00 +0000
(14:18 -0500)
Enable VCN power gating by default.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/nv.c
b/drivers/gpu/drm/amd/amdgpu/nv.c
index
9e5a016
..
3813ed6
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/
drivers/gpu/drm/amd/amdgpu/nv.c
@@
-589,7
+589,7
@@
static int nv_common_early_init(void *handle)
AMD_CG_SUPPORT_VCN_MGCG |
AMD_CG_SUPPORT_BIF_MGCG |
AMD_CG_SUPPORT_BIF_LS;
- adev->pg_flags =
0
;
+ adev->pg_flags =
AMD_PG_SUPPORT_VCN
;
adev->external_rev_id = adev->rev_id + 0x1; /* ??? */
break;
default: