[PATCH v12 5/6] drm_modes: add videomode helpers
Tomi Valkeinen
tomi.valkeinen at ti.com
Wed Nov 21 23:50:38 EST 2012
On 2012-11-20 17:54, Steffen Trumtrar wrote:
> Add conversion from videomode to drm_display_mode
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> Reviewed-by: Thierry Reding <thierry.reding at avionic-design.de>
> Acked-by: Thierry Reding <thierry.reding at avionic-design.de>
> Tested-by: Thierry Reding <thierry.reding at avionic-design.de>
> Tested-by: Philipp Zabel <p.zabel at pengutronix.de>
> Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> drivers/gpu/drm/drm_modes.c | 37 +++++++++++++++++++++++++++++++++++++
> include/drm/drmP.h | 6 ++++++
> 2 files changed, 43 insertions(+)
>
> diff --git a/include/drm/drmP.h b/include/drm/drmP.h
> index 3fd8280..de2f6cf 100644
> --- a/include/drm/drmP.h
> +++ b/include/drm/drmP.h
> @@ -56,6 +56,7 @@
> #include <linux/cdev.h>
> #include <linux/mutex.h>
> #include <linux/slab.h>
> +#include <linux/videomode.h>
> #if defined(__alpha__) || defined(__powerpc__)
> #include <asm/pgtable.h> /* For pte_wrprotect */
> #endif
> @@ -1454,6 +1455,11 @@ extern struct drm_display_mode *
> drm_mode_create_from_cmdline_mode(struct drm_device *dev,
> struct drm_cmdline_mode *cmd);
>
> +#if IS_ENABLED(CONFIG_VIDEOMODE)
> +extern int drm_display_mode_from_videomode(const struct videomode *vm,
> + struct drm_display_mode *dmode);
> +#endif
> +
> /* Modesetting support */
> extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc);
> extern void drm_vblank_post_modeset(struct drm_device *dev, int crtc);
>
And the same comments apply to this header file.
Tomi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.ozlabs.org/pipermail/devicetree-discuss/attachments/20121121/7621197d/attachment.sig>
More information about the devicetree-discuss
mailing list