aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/gma500/Makefile
diff options
context:
space:
mode:
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2021-02-01 14:26:17 +0100
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2021-02-09 13:07:44 +0100
commit9dd55dfe2e1b727eb4756f893814a03e67cb8327 (patch)
tree6e1b1f2bf244ce8a9b2eca412812f999777616a7 /drivers/gpu/drm/gma500/Makefile
parentdrm/gma500: psb_spank() doesn't need it's own file (diff)
downloadwireguard-linux-9dd55dfe2e1b727eb4756f893814a03e67cb8327.tar.xz
wireguard-linux-9dd55dfe2e1b727eb4756f893814a03e67cb8327.zip
drm/gma500: Never wait for blits
Blits cannot happen anymore since we removed the 2d accel code. Stop checking for a busy blitter and remove the remaining blitter code. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20210201132617.1233-6-patrik.r.jakobsson@gmail.com
Diffstat (limited to 'drivers/gpu/drm/gma500/Makefile')
-rw-r--r--drivers/gpu/drm/gma500/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile
index 160b75e28b0e..63012bf2485a 100644
--- a/drivers/gpu/drm/gma500/Makefile
+++ b/drivers/gpu/drm/gma500/Makefile
@@ -5,7 +5,6 @@
gma500_gfx-y += \
backlight.o \
- blitter.o \
cdv_device.o \
cdv_intel_crt.o \
cdv_intel_display.o \