projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4b0bd
)
drm/amdgpu: remove the clearance of vce 4.0 interrupt mask
author
Leo Liu
<leo.liu@amd.com>
Fri, 3 Mar 2017 16:54:37 +0000
(11:54 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 19:14:03 +0000
(15:14 -0400)
Requested by SRIOV, the clearance of the bit moved into firmware
Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
index 11134d5f744335fcaaf9987b288d8127feb52ec8..75745544600af955f635e369dd036293100b40b5 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
@@
-1011,10
+1011,6
@@
static int vce_v4_0_process_interrupt(struct amdgpu_device *adev,
{
DRM_DEBUG("IH: VCE\n");
- WREG32_P(SOC15_REG_OFFSET(VCE, 0, mmVCE_SYS_INT_STATUS),
- VCE_SYS_INT_STATUS__VCE_SYS_INT_TRAP_INTERRUPT_INT_MASK,
- ~VCE_SYS_INT_STATUS__VCE_SYS_INT_TRAP_INTERRUPT_INT_MASK);
-
switch (entry->src_data[0]) {
case 0:
case 1: