aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_drv.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-05-31 18:21:13 +0200
committerLiviu Dudau <Liviu.Dudau@arm.com>2016-06-02 17:44:05 +0100
commit38c8c22c12e99b70fc59ea7ef4d0bb24c11e5ddd (patch)
tree6a739e94f0bbc1345acdef66852dea959961d8c8 /drivers/gpu/drm/arm/hdlcd_drv.h
parentdrm: hdlcd: Revamp runtime power management (diff)
downloadlinux-dev-38c8c22c12e99b70fc59ea7ef4d0bb24c11e5ddd.tar.xz
linux-dev-38c8c22c12e99b70fc59ea7ef4d0bb24c11e5ddd.zip
drm/hdlcd: Fix up crtc_state->event handling
event_list just reimplemented what drm_crtc_arm_vblank_event does. And we also need to send out drm events when shutting down a pipe. With this it's possible to use the new nonblocking commit support in the helpers. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Diffstat (limited to 'drivers/gpu/drm/arm/hdlcd_drv.h')
-rw-r--r--drivers/gpu/drm/arm/hdlcd_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arm/hdlcd_drv.h b/drivers/gpu/drm/arm/hdlcd_drv.h
index e7cea8233958..922a1dc7cb88 100644
--- a/drivers/gpu/drm/arm/hdlcd_drv.h
+++ b/drivers/gpu/drm/arm/hdlcd_drv.h
@@ -10,7 +10,6 @@ struct hdlcd_drm_private {
struct clk *clk;
struct drm_fbdev_cma *fbdev;
struct drm_framebuffer *fb;
- struct list_head event_list;
struct drm_crtc crtc;
struct drm_plane *plane;
struct drm_atomic_state *state;