aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2020-11-10 22:14:46 -0500
committerZack Rusin <zackr@vmware.com>2021-01-14 12:14:10 -0500
commit359dc60d0fa5991a9a31b8a2cfe46222551f5959 (patch)
treefef82b07d9f99cb281cfcb50ee3006043c61c378 /drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
parentdrm/vmwgfx: Cleanup pci resource allocation (diff)
downloadlinux-dev-359dc60d0fa5991a9a31b8a2cfe46222551f5959.tar.xz
linux-dev-359dc60d0fa5991a9a31b8a2cfe46222551f5959.zip
drm/vmwgfx: Remove the throttling code
Throttling was used before fencing to implement early vsync support in the xorg state tracker a long time ago. The xorg state tracker has been removed years ago and no one else has ever used throttling. It's time to remove this code, it hasn't been used or tested in years. Signed-off-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Martin Krastev <krastevm@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Link: https://patchwork.freedesktop.org/patch/414042/?series=85516&rev=2
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_irq.c')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c b/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
index c62bbe1d2eb6..6c2a569f1fcb 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
@@ -121,7 +121,6 @@ void vmw_update_seqno(struct vmw_private *dev_priv,
if (dev_priv->last_read_seqno != seqno) {
dev_priv->last_read_seqno = seqno;
- vmw_marker_pull(&fifo_state->marker_queue, seqno);
vmw_fences_update(dev_priv->fman);
}
}