commit | 9d99ab6e5fe27980a2a7cdd1957993099727530f | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Oct 12 17:40:46 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Dec 13 13:42:10 2017 +0100 |
tree | c0257c6d40867844400efe77d024d02b3deee04d | |
parent | 31b02caea3b30b044fe39301aad34886f7fd2556 [diff] |
drm/tegra: Remove custom page-flip handler Tegra display hardware has GO bits and meets all the requirements to use drm_crtc_arm_vblank_event(). Use it instead and get rid of the hand- rolled implementation. Signed-off-by: Thierry Reding <treding@nvidia.com>