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>
This commit is contained in:
Thierry Reding
2017-10-12 17:40:46 +02:00
parent 31b02caea3
commit 9d99ab6e5f
2 changed files with 17 additions and 48 deletions

View File

@@ -57,9 +57,6 @@ struct tegra_dc {
struct drm_info_list *debugfs_files;
/* page-flip handling */
struct drm_pending_vblank_event *event;
const struct tegra_dc_soc_info *soc;
struct iommu_domain *domain;