drm/i915/dp: add functions for max common link rate and lane count
authorJani Nikula <jani.nikula@intel.com>
Thu, 6 Apr 2017 13:44:13 +0000 (16:44 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 11 Apr 2017 13:54:31 +0000 (16:54 +0300)
commit540b0b7fe915858870be6cfe0fecd1fa85ccb4d6
tree3c1771d771b0c0539c226a6a340c51f54523444b
parente6c0c64a291e20e34668b8878b34af78389f9da3
drm/i915/dp: add functions for max common link rate and lane count

These are the theoretical maximums common for source and sink. These are
the maximums we should start with. They may be degraded in case of link
training failures, and the dynamic link values are stored separately.

Cc: Manasi Navare <manasi.d.navare@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/5088aca253c47dfa18251e1adb976aca1718f083.1491485983.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dp.c