summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorPaulo Zanoni2014-03-08 00:08:09 +0100
committerDaniel Vetter2014-03-19 16:39:00 +0100
commit34f5754c239b0cae69130b8e67bb2226560c09d4 (patch)
tree1611e1711982fc81d977f959171ebde2450209b7 /drivers/gpu/drm/i915/i915_drv.h
parentdrm/i915: get runtime PM references when the GPU is idle/busy (diff)
downloadkernel-qcow2-linux-34f5754c239b0cae69130b8e67bb2226560c09d4.tar.gz
kernel-qcow2-linux-34f5754c239b0cae69130b8e67bb2226560c09d4.tar.xz
kernel-qcow2-linux-34f5754c239b0cae69130b8e67bb2226560c09d4.zip
drm/i915: kill pc8.disable_count
Since after the latest patches it's only being used to prevent getting/putting the runtime PM refcount. Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 7f86c3123c6e..41efb09282ae 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1393,7 +1393,6 @@ struct i915_package_c8 {
bool irqs_disabled;
/* Only true after the delayed work task actually enables it. */
bool enabled;
- int disable_count;
struct mutex lock;
struct {