summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-05-11 16:44:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:57 -0400
commit0dfafa225da5688287d1488c5e491178594d75c3 (patch)
treeadbc5c1311d6ee88c19ca8a5b522257101f1a1a8 /drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
parentdf515052edeb164c17854312a79f2754e93bfb33 (diff)
downloadop-kernel-dev-0dfafa225da5688287d1488c5e491178594d75c3.zip
op-kernel-dev-0dfafa225da5688287d1488c5e491178594d75c3.tar.gz
drm/amdgpu/vcn: remove duplicate mask
Looks like a copy past issue. Reported-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
index 61a25a1..454d4af 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
@@ -373,7 +373,6 @@ static void vcn_v1_0_disable_clock_gating(struct amdgpu_device *adev, bool sw)
| UVD_SUVD_CGC_GATE__SCM_MASK
| UVD_SUVD_CGC_GATE__SDB_MASK
| UVD_SUVD_CGC_GATE__SRE_H264_MASK
- | UVD_SUVD_CGC_GATE__SRE_H264_MASK
| UVD_SUVD_CGC_GATE__SRE_HEVC_MASK
| UVD_SUVD_CGC_GATE__SIT_H264_MASK
| UVD_SUVD_CGC_GATE__SIT_HEVC_MASK
OpenPOWER on IntegriCloud