drm/i915/edp: postpone MSO init until after EDID read
authorJani Nikula <jani.nikula@intel.com>
Tue, 31 Aug 2021 14:17:34 +0000 (17:17 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 14 Sep 2021 11:22:10 +0000 (14:22 +0300)
commit948b0ae65b7f1699438dc7235f347b3282b3e022
treec52f5a4bf8938f16c7c83ea4179a15377c8b78bf
parent18a9cbbe55801694b34328f6313d38c8f657966b
drm/i915/edp: postpone MSO init until after EDID read

MSO will require segment pixel overlap information from the
EDID. Postpone MSO init until after we've read and cached the EDID.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/7a360fca01be0f971337b3635f4e4752922ffebe.1630419362.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp.c