]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Remove wm_config from dev_priv/intel_atomic_state
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 12 May 2016 14:06:11 +0000 (07:06 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 May 2016 14:36:05 +0000 (07:36 -0700)
commit5b483747a92570176259bb896dcf2468291f3e42
tree40cde2249ee84ac10144857662aad1059ff21575
parent6b6bada7d476b586d85b1f9df43125804877e09f
drm/i915: Remove wm_config from dev_priv/intel_atomic_state

We calculate the watermark config into intel_atomic_state and then save
it into dev_priv, but never actually use it from there.  This is
left-over from some early ILK-style watermark programming designs that
got changed over time.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463061971-19638-18-git-send-email-matthew.d.roper@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h