diff options
| author | Dave Airlie <airlied@redhat.com> | 2016-04-29 07:52:41 +0300 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2016-04-29 07:52:41 +0300 |
| commit | d3a8f6784a9cb47c344073624491e571ff1616ec (patch) | |
| tree | 029c46c51a12a77b300b75bf69b0a2ac5a67a309 /include | |
| parent | 152ef5fa9e14e93e7efc43adad7dbcf35d7780f5 (diff) | |
| parent | bf1139dfe797c0d6037dd689219a431516490544 (diff) | |
| download | linux-d3a8f6784a9cb47c344073624491e571ff1616ec.tar.xz | |
Merge tag 'sun4i-drm-for-4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next
Allwinner DRM driver for 4.7
This pull request introduces the sun4i driver, meant to be used on the
older Allwinner SoCs (A10, A13, A20, A23, A31 and A33).
It currently supports only the A13, which has one of the simplest video
pipeline. Support for other video components and SoCs will be added
eventually.
It supports only a RGB or composite output. It doesn't do HDMI, VGA, LVDS
or power management yet, but that will come in time as well.
* tag 'sun4i-drm-for-4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
MAINTAINERS: Add a maintainer for the Allwinner DRM driver
drm: sun4i: tv: Add NTSC output standard
drm: sun4i: tv: Add PAL output standard
drm: sun4i: Add composite output
drm: sun4i: Add RGB output
drm: Add Allwinner A10 Display Engine support
drm: sun4i: Add DT bindings documentation
drm: fb: Add seq_file definition
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_fb_cma_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h index be62bd321e75..ae49c24fbf50 100644 --- a/include/drm/drm_fb_cma_helper.h +++ b/include/drm/drm_fb_cma_helper.h @@ -24,6 +24,8 @@ struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb, unsigned int plane); #ifdef CONFIG_DEBUG_FS +struct seq_file; + int drm_fb_cma_debugfs_show(struct seq_file *m, void *arg); #endif |
