projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
139768f
)
drm/radeon: delete unused struct member suspend from radeon_device
author
Nils Wallménius
<nils.wallmenius@gmail.com>
Sat, 19 Mar 2016 15:12:12 +0000
(16:12 +0100)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 2 May 2016 17:08:55 +0000
(13:08 -0400)
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon.h
b/drivers/gpu/drm/radeon/radeon.h
index
8e403be
..
4192f60
100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon.h
+++ b/
drivers/gpu/drm/radeon/radeon.h
@@
-2396,7
+2396,6
@@
struct radeon_device {
struct radeon_wb wb;
struct radeon_dummy_page dummy_page;
bool shutdown;
- bool suspend;
bool need_dma32;
bool accel_working;
bool fastfb_working; /* IGP feature*/