dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
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 v5 3/9] drm: Add some missing forward declarations
Date: Fri, 22 Feb 2013 08:03:25 +0100	[thread overview]
Message-ID: <1361516611-2517-4-git-send-email-thierry.reding@avionic-design.de> (raw)
In-Reply-To: <1361516611-2517-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

  parent reply	other threads:[~2013-02-22  7:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22  7:03 [PATCH v5 0/9] Add HDMI infoframe helpers Thierry Reding
2013-02-22  7:03 ` [PATCH v5 1/9] drm: Remove duplicate drm_mode_cea_vic() Thierry Reding
2013-02-22  7:03 ` [PATCH v5 2/9] drm: Move mode tables to drm_edid.c Thierry Reding
2013-02-22  7:03 ` Thierry Reding [this message]
2013-02-22  7:03 ` [PATCH v5 4/9] video: Add generic HDMI infoframe helpers Thierry Reding
2013-02-22 16:01   ` Ville Syrjälä
2013-03-04 14:49   ` Ville Syrjälä
2013-03-04 15:02     ` Thierry Reding
2013-03-07 13:32       ` Lucas Stach
2013-03-07 13:44         ` Thierry Reding
2013-04-08 11:52           ` Ville Syrjälä
2013-04-08 12:49             ` Thierry Reding
2013-02-22  7:03 ` [PATCH v5 5/9] drm: Add " Thierry Reding
2013-02-22  7:03 ` [PATCH v5 6/9] drm: Add EDID helper documentation Thierry Reding
2013-02-22  7:03 ` [PATCH v5 7/9] drm/tegra: Use generic HDMI infoframe helpers Thierry Reding
2013-02-22  7:03 ` [PATCH v5 8/9] drm/i915: " Thierry Reding
2013-02-22  7:03 ` [PATCH v5 9/9] drm/radeon: " Thierry Reding

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=1361516611-2517-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