diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2017-11-15 15:19:46 +0100 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2017-12-08 14:47:40 +0100 |
commit | b2ad94721047c0f047f36c172d68fed93a8f3fcd (patch) | |
tree | 2f2dca04f53153111af7c8ece4627ddb11f15bc2 /drivers/gpu/drm/imx/imx-drm.h | |
parent | ce4eb35bfa4034f3076f71666e869cd729e3d0e4 (diff) | |
download | linux-b2ad94721047c0f047f36c172d68fed93a8f3fcd.tar.gz linux-b2ad94721047c0f047f36c172d68fed93a8f3fcd.tar.bz2 linux-b2ad94721047c0f047f36c172d68fed93a8f3fcd.zip |
drm/imx: Use drm_fb_cma_fbdev_init/fini()
Use drm_fb_cma_fbdev_init() and drm_fb_cma_fbdev_fini() which relies on
the fact that drm_device holds a pointer to the drm_fb_helper structure.
This means that the driver doesn't have to keep track of that.
Also use the drm_fb_helper functions directly.
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20171115142001.45358-8-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm.h')
-rw-r--r-- | drivers/gpu/drm/imx/imx-drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm.h b/drivers/gpu/drm/imx/imx-drm.h index f0b7556c0857..15c2bec47a04 100644 --- a/drivers/gpu/drm/imx/imx-drm.h +++ b/drivers/gpu/drm/imx/imx-drm.h @@ -8,7 +8,6 @@ struct drm_connector; struct drm_device; struct drm_display_mode; struct drm_encoder; -struct drm_fbdev_cma; struct drm_framebuffer; struct drm_plane; struct imx_drm_crtc; |