aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tegra/dc.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-10-12 17:40:46 +0200
committerThierry Reding <treding@nvidia.com>2017-12-13 13:42:10 +0100
commit9d99ab6e5fe27980a2a7cdd1957993099727530f (patch)
treec0257c6d40867844400efe77d024d02b3deee04d /drivers/gpu/drm/tegra/dc.h
parentdrm/tegra: Use atomic commit helpers (diff)
downloadwireguard-linux-9d99ab6e5fe27980a2a7cdd1957993099727530f.tar.xz
wireguard-linux-9d99ab6e5fe27980a2a7cdd1957993099727530f.zip
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/dc.h')
-rw-r--r--drivers/gpu/drm/tegra/dc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/tegra/dc.h b/drivers/gpu/drm/tegra/dc.h
index 581818064b4f..6e46e4aed10b 100644
--- a/drivers/gpu/drm/tegra/dc.h
+++ b/drivers/gpu/drm/tegra/dc.h
@@ -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;