drm/i915: inline skl_copy_ddb_for_pipe() to its only caller
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 7 Jun 2018 23:07:00 +0000 (16:07 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 27 Jul 2018 22:53:02 +0000 (15:53 -0700)
commitf00ca81510b9aa81c88c916c253509e879740342
tree188bff88c2f1c6807a678e29cb30ca9983ee9bb1
parentc50dfe79ec3ea28efe494808576d281738056d90
drm/i915: inline skl_copy_ddb_for_pipe() to its only caller

While things may have been different before, right now the function is
very simple and has a single caller. IMHO any possible benefits from
an abstraction here are gone and not worth the price of the current
indirection while reading the code.

Cc: Mahesh Kumar <mahesh1.kumar@intel.com>
Reviewed-by: Mahesh Kumar <mahesh1.kumar@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180607230700.28359-1-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c