]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915: Remove redundant store of logical CDCLK state
authorImre Deak <imre.deak@intel.com>
Wed, 20 Mar 2019 13:54:38 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 11:13:37 +0000 (13:13 +0200)
commit994f9ddbd1a5fbfea297b5760f862d3e866e1149
tree52b12a8bbe4113c7ca96722d64767fa4e89642e7
parentca2d66597e7456c0cbfd68067db14239730a4fac
drm/i915: Remove redundant store of logical CDCLK state

commit 2b21dfbeee725778daed2c3dd45a3fc808176feb upstream.

We copied the original state into the atomic state already earlier in
the function, so no need to do it a second time.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190320135439.12201-3-imre.deak@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
drivers/gpu/drm/i915/intel_display.c