summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2020-01-20 18:47:13 +0100
committerVille Syrjälä <ville.syrjala@linux.intel.com>2020-01-31 16:00:43 +0100
commitf119a5e2a4ca037c458e62f444d1b8cd51a140be (patch)
tree7955a79881a080d9c361bc9c4e698912a86dea53 /drivers/gpu/drm/i915/i915_drv.h
parentdrm/i915: Move linetime wms into the crtc state (diff)
downloadlinux-f119a5e2a4ca037c458e62f444d1b8cd51a140be.tar.xz
linux-f119a5e2a4ca037c458e62f444d1b8cd51a140be.zip
drm/i915: Nuke skl wm.dirty_pipes bitmask
The dirty_pipes bitmask is now unused. Get rid of it. Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200120174728.21095-4-ville.syrjala@linux.intel.com
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 f837929039e8..0f7095393365 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -801,7 +801,6 @@ struct skl_ddb_allocation {
};
struct skl_ddb_values {
- unsigned dirty_pipes;
struct skl_ddb_allocation ddb;
};