From: sonika.jindal@intel.com
To: intel-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Subject: [v2 01/11] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
Date: Fri, 4 Jul 2014 15:13:53 +0530 [thread overview]
Message-ID: <1404467043-5072-2-git-send-email-sonika.jindal@intel.com> (raw)
In-Reply-To: <1404467043-5072-1-git-send-email-sonika.jindal@intel.com>
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
The rotation property stuff should be standardized among all drivers.
Move the bits to drm_crtc.h from omap_drv.h.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
---
drivers/gpu/drm/omapdrm/omap_drv.h | 7 -------
include/drm/drm_crtc.h | 8 ++++++++
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h
index 284b80f..b08a450 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.h
+++ b/drivers/gpu/drm/omapdrm/omap_drv.h
@@ -119,13 +119,6 @@ struct omap_drm_private {
struct omap_drm_irq error_handler;
};
-/* this should probably be in drm-core to standardize amongst drivers */
-#define DRM_ROTATE_0 0
-#define DRM_ROTATE_90 1
-#define DRM_ROTATE_180 2
-#define DRM_ROTATE_270 3
-#define DRM_REFLECT_X 4
-#define DRM_REFLECT_Y 5
#ifdef CONFIG_DEBUG_FS
int omap_debugfs_init(struct drm_minor *minor);
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 4ee7e26..bfc7235 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -75,6 +75,14 @@ static inline uint64_t I642U64(int64_t val)
return (uint64_t)*((uint64_t *)&val);
}
+/* rotation property bits */
+#define DRM_ROTATE_0 0
+#define DRM_ROTATE_90 1
+#define DRM_ROTATE_180 2
+#define DRM_ROTATE_270 3
+#define DRM_REFLECT_X 4
+#define DRM_REFLECT_Y 5
+
enum drm_connector_force {
DRM_FORCE_UNSPECIFIED,
DRM_FORCE_OFF,
--
1.7.10.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2014-07-04 9:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-04 9:43 [v2 00/11] Support for 180 degree HW rotation sonika.jindal
2014-07-04 9:43 ` sonika.jindal [this message]
2014-07-04 9:43 ` [v2 02/11] drm: Add support_bits parameter to drm_property_create_bitmask() sonika.jindal
2014-07-04 9:43 ` [v2 03/11] drm: Add drm_mode_create_rotation_property() sonika.jindal
2014-07-04 9:43 ` [v2 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property() sonika.jindal
2014-07-04 9:43 ` [v2 05/11] drm: Add drm_rect rotation functions sonika.jindal
2014-07-04 9:43 ` [v2 06/11] drm: Add drm_rotation_simplify() sonika.jindal
2014-07-04 9:43 ` [v2 07/11] drm/i915: Add 180 degree sprite rotation support sonika.jindal
2014-07-04 9:44 ` [v2 08/11] drm/i915: Make intel_plane_restore() return an error sonika.jindal
2014-07-04 9:44 ` [v2 09/11] drm/i915: Add rotation property for sprites sonika.jindal
2014-07-04 9:44 ` [v2 10/11] drm/i915: Add 180 degree primary plane rotation support sonika.jindal
2014-07-04 14:58 ` Damien Lespiau
2014-07-06 8:08 ` Jindal, Sonika
2014-07-07 5:31 ` [PATCH] " sonika.jindal
2014-07-04 9:44 ` [v2 11/11] drm: Resetting rotation property sonika.jindal
2014-07-04 15:19 ` Damien Lespiau
2014-07-04 15:06 ` [v2 00/11] Support for 180 degree HW rotation Damien Lespiau
2014-07-06 8:11 ` Jindal, Sonika
2014-07-07 13:38 ` Damien Lespiau
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=1404467043-5072-2-git-send-email-sonika.jindal@intel.com \
--to=sonika.jindal@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/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