From: Thomas Zimmermann Date: Wed, 29 Jan 2020 12:05:24 +0000 (+0100) Subject: drm/mipi-dbi: Remove sending of vblank event X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4f440e38bb969d6a0936865b4bfb69867a6b0071;p=openwrt%2Fstaging%2Fblogic.git drm/mipi-dbi: Remove sending of vblank event The atomic helpers automatically send out fake VBLANK events if no vblanking has been initialized. Remove the sending code from the driver. v4: * separate commit from core vblank changes Signed-off-by: Thomas Zimmermann Acked-by: Gerd Hoffmann Reviewed-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200129120531.6891-9-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/drm_mipi_dbi.c b/drivers/gpu/drm/drm_mipi_dbi.c index 27fe81a53c88..558baf989f5a 100644 --- a/drivers/gpu/drm/drm_mipi_dbi.c +++ b/drivers/gpu/drm/drm_mipi_dbi.c @@ -24,7 +24,6 @@ #include #include #include -#include #include