commit | 75bcb0545b56eab2d69dbccf95ff7505b7114e5d | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Jan 09 19:25:44 2017 +0800 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Jan 18 09:21:10 2017 -0500 |
tree | 27a72719e641dfea4ab47ad8302d2b7421538019 | |
parent | ea441bd33f93aa7f6f404c8877e6d3313a4dbdbe [diff] |
drm: tegra: use crtc helper drm_crtc_from_index() Function tegra_crtc_from_pipe() does the exactly same thing as what crtc helper drm_crtc_from_index() provides. Use the helper to save some code. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Cc: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/1483961145-18453-6-git-send-email-shawnguo@kernel.org