From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Dave Airlie <airlied@redhat.com>,
linux-fbdev@vger.kernel.org, kernel@pengutronix.de,
dri-devel@lists.freedesktop.org,
Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Subject: Re: [PATCH 1/3] video: display_timing: add doubleclk flag
Date: Mon, 27 May 2013 14:43:13 +0000 [thread overview]
Message-ID: <20130527144313.GC23825@game.jcrosoft.org> (raw)
In-Reply-To: <1369658015-11743-1-git-send-email-l.stach@pengutronix.de>
On 14:33 Mon 27 May , Lucas Stach wrote:
> From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
If you want to take it via dri I'm fine otherwise via fbdev
Best Regards,
J.
> ---
> include/video/display_timing.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/video/display_timing.h b/include/video/display_timing.h
> index 5d0259b..28d9d0d 100644
> --- a/include/video/display_timing.h
> +++ b/include/video/display_timing.h
> @@ -27,6 +27,7 @@ enum display_flags {
> DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7),
> DISPLAY_FLAGS_INTERLACED = BIT(8),
> DISPLAY_FLAGS_DOUBLESCAN = BIT(9),
> + DISPLAY_FLAGS_DOUBLECLK = BIT(10),
> };
>
> /*
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2013-05-27 14:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-27 12:33 [PATCH 1/3] video: display_timing: add doubleclk flag Lucas Stach
2013-05-27 12:33 ` [PATCH 2/3] video: of: " Lucas Stach
2013-05-27 12:33 ` [PATCH 3/3] drm_modes: videomode: " Lucas Stach
2013-05-27 14:43 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
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=20130527144313.GC23825@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=FlorianSchandinat@gmx.de \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-fbdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).