drm/i915: Remove nop bigjoiner state copy
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Feb 2022 13:13:05 +0000 (15:13 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Feb 2022 17:08:24 +0000 (19:08 +0200)
commitc2393a1d8bd1a69ff74ee769fa5d36e4900d4fba
treeb6249fa4410daebd7aa0c6bae630a61f8ca88af3
parent6c6465fc33c5679a418fb06ff582cd38e68eb5e2
drm/i915: Remove nop bigjoiner state copy

We just copied over the whole master crtc state, including
cpu_transcoder+has_audio. No need to copy those again.

Also get rid of the unhelpful comment.

Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220223131315.18016-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c