projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41570b7
)
drm/msm/a6xx: Remove an unused struct member
author
Jordan Crouse
<jcrouse@codeaurora.org>
Mon, 4 Feb 2019 16:15:44 +0000
(09:15 -0700)
committer
Rob Clark
<robdclark@chromium.org>
Fri, 19 Apr 2019 18:50:06 +0000
(11:50 -0700)
The HFI tasklet was removed in
df0dff1
("drm/msm/a6xx: Poll for HFI
responses") but the tasklet_struct was accidentally left behind.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gmu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/adreno/a6xx_gmu.h
b/drivers/gpu/drm/msm/adreno/a6xx_gmu.h
index
c5b1887
..
bedd8e6
100644
(file)
--- a/
drivers/gpu/drm/msm/adreno/a6xx_gmu.h
+++ b/
drivers/gpu/drm/msm/adreno/a6xx_gmu.h
@@
-75,7
+75,6
@@
struct a6xx_gmu {
struct a6xx_hfi_queue queues[2];
- struct tasklet_struct hfi_tasklet;
bool hung;
};