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:
984810f
)
drm/amdgpu: remove unused VM manager field
author
Christian König
<
[email protected]
>
Sun, 15 Nov 2015 14:50:07 +0000
(15:50 +0100)
committer
Alex Deucher
<
[email protected]
>
Wed, 18 Nov 2015 16:39:34 +0000
(11:39 -0500)
Signed-off-by: Christian König <
[email protected]
>
Reviewed-by: Chunming Zhou <
[email protected]
>
Reviewed-by: Junwei Zhang <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 0ce5c1e45ec82a8fca63aa8328d005dd8270c543..819d1473de30d5cb94eb745fb19700b84a6e7895 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@
-967,8
+967,6
@@
struct amdgpu_vm_manager {
u64 vram_base_offset;
/* is vm enabled? */
bool enabled;
- /* for hw to save the PD addr on suspend/resume */
- uint32_t saved_table_addr[AMDGPU_NUM_VM];
/* vm pte handling */
const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
struct amdgpu_ring *vm_pte_funcs_ring;