projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c3ee4
)
drm/amdgpu: amdgpu_kiq_reg_write_reg_wait() can be static
author
kbuild test robot
<
[email protected]
>
Wed, 22 Aug 2018 02:31:01 +0000
(10:31 +0800)
committer
Alex Deucher
<
[email protected]
>
Mon, 27 Aug 2018 16:11:16 +0000
(11:11 -0500)
Fixes: d790449835e6 ("drm/amdgpu: use kiq to do invalidate tlb")
Reviewed-by: Emily Deng <
[email protected]
>
Signed-off-by: kbuild test robot <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
index 6763570c0321a2ae5124cc246701fa616acb02f1..57db52388a8bbc07724be004158de626284de383 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
@@
-311,7
+311,7
@@
static uint32_t gmc_v9_0_get_invalidate_req(unsigned int vmid)
return req;
}
-signed long amdgpu_kiq_reg_write_reg_wait(struct amdgpu_device *adev,
+s
tatic s
igned long amdgpu_kiq_reg_write_reg_wait(struct amdgpu_device *adev,
uint32_t reg0, uint32_t reg1,
uint32_t ref, uint32_t mask)
{