summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
diff options
context:
space:
mode:
authorMaarten Lankhorst2018-04-09 14:46:53 +0200
committerMaarten Lankhorst2018-04-09 15:58:53 +0200
commitcd27d88fba98660da870c00eda5ac0ea7969fc8e (patch)
tree50fcbcfd95f9e28d8564970a356893237466dee3 /drivers/gpu/drm/i915/intel_pm.c
parentdrm/i915/execlists: Log fence context & seqno throughout GEM_TRACE (diff)
downloadkernel-qcow2-linux-cd27d88fba98660da870c00eda5ac0ea7969fc8e.tar.gz
kernel-qcow2-linux-cd27d88fba98660da870c00eda5ac0ea7969fc8e.tar.xz
kernel-qcow2-linux-cd27d88fba98660da870c00eda5ac0ea7969fc8e.zip
drm/i915: Change use get_new_plane_state instead of existing plane state
The get_existing macros are deprecated and should be replaced by get_old/new_state for clarity. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180409124656.39886-1-maarten.lankhorst@linux.intel.com [mlankhorst: Remove useless warn. (Ville)] Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
-rw-r--r--drivers/gpu/drm/i915/intel_pm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 007a12ebe725..4baab858e442 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -5037,8 +5037,6 @@ skl_ddb_add_affected_planes(struct intel_crtc_state *cstate)
struct drm_plane *plane;
enum pipe pipe = intel_crtc->pipe;
- WARN_ON(!drm_atomic_get_existing_crtc_state(state, crtc));
-
drm_for_each_plane_mask(plane, dev, cstate->base.plane_mask) {
enum plane_id plane_id = to_intel_plane(plane)->id;