]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Eliminate duplicated skl_get_buf_trans_dp()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 8 Dec 2015 17:59:40 +0000 (19:59 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Jan 2016 13:59:58 +0000 (15:59 +0200)
commit80bff0cc8314e00583369a03d956df58d21002a4
tree21df3b86997c4ff2a4884ec30bd06d1f1572366e
parent9876792e466e4a6582f6233fbf8dadc04d1b44af
drm/i915: Eliminate duplicated skl_get_buf_trans_dp()

skl_get_buf_trans_edp() effectively contains another copy of
skl_get_buf_trans_dp(). Remove the duplication and just call
skl_get_buf_trans_dp() from  skl_get_buf_trans_edp().

v2: Resolve conflicts due to KBL

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> (v1)
drivers/gpu/drm/i915/intel_ddi.c