]> git.karo-electronics.de Git - karo-tx-linux.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)
commitcd1101cb271ba6b7cd407ca750a038d89df357a1
tree21df3b86997c4ff2a4884ec30bd06d1f1572366e
parentacee29988e9a22a343728c36954d2ea6f9c0c970
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