commit | 58fba464eaeff6533236d334cf2a2df24241dc76 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Thu Sep 20 10:58:16 2018 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Tue Dec 11 12:51:29 2018 -0500 |
tree | e4795c45fcad4896b36f8714b7faf848037a9c7d | |
parent | bf711751c882e5f406ad484111285b258fb012c4 [diff] |
drm/msm: dpu: Remove 'inline' from several functions Per chapter 15 of coding-style, removing 'inline' keyword from functions that are larger than a typical macro. In a couple of cases I've simplified the function and kept the inline. Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>