]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dp: Add all tiled and port sync conns to modeset
authorManasi Navare <manasi.d.navare@intel.com>
Fri, 14 Feb 2020 11:41:26 +0000 (03:41 -0800)
committerUma Shankar <uma.shankar@intel.com>
Thu, 20 Feb 2020 08:25:02 +0000 (13:55 +0530)
commite2d9d101b251bb61e6142086673f55f0bee75e7c
tree74eba9744772f84023e53caaa732a9ea2c198b0d
parent8cc3b8b3b0aff32e21799144685e6d50f6ad25d9
drm/i915/dp: Add all tiled and port sync conns to modeset

If one of the synced crtcs needs a full modeset, we need
to make sure all the synced crtcs are forced a full
modeset.

v3:
* Remove ~BIT(cpu_trans) which is a nop (Ville)
* use get_new_crtc_state and remove error check (Ville)

v2:
* Add tiles based on cpu_trans check (Ville)

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200214114126.13192-3-manasi.d.navare@intel.com
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_dp.c