From: Thierry Reding <thierry.reding@avionic-design.de>
To: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org, Paulo Zanoni <paulo.r.zanoni@intel.com>
Subject: [PATCH v4 3/9] drm: Add some missing forward declarations
Date: Thu, 21 Feb 2013 15:50:12 +0100 [thread overview]
Message-ID: <1361458218-14464-4-git-send-email-thierry.reding@avionic-design.de> (raw)
In-Reply-To: <1361458218-14464-1-git-send-email-thierry.reding@avionic-design.de>
The drm_file and drm_clip_rect structures are used throughout the file
but they are never declared nor pulled in through an include. Add
forward declarations to make them available.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
include/drm/drm_crtc.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 7762718..8839b3a 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -38,7 +38,8 @@ struct drm_device;
struct drm_mode_set;
struct drm_framebuffer;
struct drm_object_properties;
-
+struct drm_file;
+struct drm_clip_rect;
#define DRM_MODE_OBJECT_CRTC 0xcccccccc
#define DRM_MODE_OBJECT_CONNECTOR 0xc0c0c0c0
--
1.8.1.2
next prev parent reply other threads:[~2013-02-21 14:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-21 14:50 [PATCH v4 0/9] Add HDMI infoframe helpers Thierry Reding
2013-02-21 14:50 ` [PATCH v4 1/9] drm: Remove duplicate drm_mode_cea_vic() Thierry Reding
2013-02-21 15:04 ` Ville Syrjälä
2013-02-21 15:13 ` Thierry Reding
2013-02-21 14:50 ` [PATCH v4 2/9] drm: Move mode tables to drm_edid.c Thierry Reding
2013-02-21 14:50 ` Thierry Reding [this message]
2013-02-21 14:50 ` [PATCH v4 4/9] video: Add generic HDMI infoframe helpers Thierry Reding
2013-02-21 14:50 ` [PATCH v4 5/9] drm: Add " Thierry Reding
2013-02-21 14:50 ` [PATCH v4 6/9] drm: Add EDID helper documentation Thierry Reding
2013-02-21 14:50 ` [PATCH v4 7/9] drm/tegra: Use generic HDMI infoframe helpers Thierry Reding
2013-02-21 14:50 ` [PATCH v4 8/9] drm/i915: " Thierry Reding
2013-02-21 14:50 ` [PATCH v4 9/9] drm/radeon: " Thierry Reding
2013-02-21 17:38 ` [PATCH v4 0/9] Add " Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1361458218-14464-4-git-send-email-thierry.reding@avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=paulo.r.zanoni@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox