summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h
diff options
context:
space:
mode:
authorVille Syrjälä2012-04-05 20:35:15 +0200
committerDave Airlie2012-04-20 13:37:11 +0200
commit141670e9b4356b59b5b39a99e10ac0118d12b16d (patch)
treebe9a6888f93cccae323f623ac0e523356c25792b /include/drm/drm_crtc_helper.h
parentagp: Use u32 __iomem annotation to silence sparse warning. (diff)
downloadkernel-qcow2-linux-141670e9b4356b59b5b39a99e10ac0118d12b16d.tar.gz
kernel-qcow2-linux-141670e9b4356b59b5b39a99e10ac0118d12b16d.tar.xz
kernel-qcow2-linux-141670e9b4356b59b5b39a99e10ac0118d12b16d.zip
drm: Move drm_format_num_planes() to drm_crtc.c
There will be a need for this function in drm_crtc.c later. This avoids making drm_crtc.c depend on drm_crtc_helper.c. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc_helper.h')
-rw-r--r--include/drm/drm_crtc_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
index 37515d1afab3..3add00e03388 100644
--- a/include/drm/drm_crtc_helper.h
+++ b/include/drm/drm_crtc_helper.h
@@ -145,6 +145,4 @@ extern void drm_helper_hpd_irq_event(struct drm_device *dev);
extern void drm_kms_helper_poll_disable(struct drm_device *dev);
extern void drm_kms_helper_poll_enable(struct drm_device *dev);
-extern int drm_format_num_planes(uint32_t format);
-
#endif