OSDN Git Service

drm/vmwgfx: Remove the throttling code
authorZack Rusin <zackr@vmware.com>
Wed, 11 Nov 2020 03:14:46 +0000 (22:14 -0500)
committerZack Rusin <zackr@vmware.com>
Thu, 14 Jan 2021 17:14:10 +0000 (12:14 -0500)
commit359dc60d0fa5991a9a31b8a2cfe46222551f5959
treefef82b07d9f99cb281cfcb50ee3006043c61c378
parent8772c0bb58bbf98a6fdd94ddb67e23468a4338bd
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
drivers/gpu/drm/vmwgfx/Makefile
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
drivers/gpu/drm/vmwgfx/vmwgfx_marker.c [deleted file]