linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Lauri Kasanen <cand@gmx.com>, linux-mips@vger.kernel.org
Cc: tsbogend@alpha.franken.de, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH] fbdev/simplefb: Add the N64's mode
Date: Fri, 15 Jan 2021 15:06:13 +0100	[thread overview]
Message-ID: <aeb93d4a-d7c0-5e0d-4de4-4a70f85cb202@redhat.com> (raw)
In-Reply-To: <20210115160102.cf4c85db9f815758716f086f@gmx.com>

Hi,

On 1/15/21 3:01 PM, Lauri Kasanen wrote:
> Signed-off-by: Lauri Kasanen <cand@gmx.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

What is the plan for merging this patch? I've another simplefb patch which
I need/plan to push to drm-misc-nexy soon, shall I also push this one then?

Or is there some plan to merge the entire series this used to be part of
in one go?

Regards,

Hans

> ---
>  include/linux/platform_data/simplefb.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/platform_data/simplefb.h b/include/linux/platform_data/simplefb.h
> index ca83376..27ea99a 100644
> --- a/include/linux/platform_data/simplefb.h
> +++ b/include/linux/platform_data/simplefb.h
> @@ -16,6 +16,7 @@
>  #define SIMPLEFB_FORMATS \
>  { \
>  	{ "r5g6b5", 16, {11, 5}, {5, 6}, {0, 5}, {0, 0}, DRM_FORMAT_RGB565 }, \
> +	{ "r5g5b5a1", 16, {11, 5}, {6, 5}, {1, 5}, {0, 1}, DRM_FORMAT_RGBA5551 }, \
>  	{ "x1r5g5b5", 16, {10, 5}, {5, 5}, {0, 5}, {0, 0}, DRM_FORMAT_XRGB1555 }, \
>  	{ "a1r5g5b5", 16, {10, 5}, {5, 5}, {0, 5}, {15, 1}, DRM_FORMAT_ARGB1555 }, \
>  	{ "r8g8b8", 24, {16, 8}, {8, 8}, {0, 8}, {0, 0}, DRM_FORMAT_RGB888 }, \
> --
> 2.6.2
> 


  reply	other threads:[~2021-01-15 14:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 14:01 [PATCH] fbdev/simplefb: Add the N64's mode Lauri Kasanen
2021-01-15 14:06 ` Hans de Goede [this message]
2021-01-15 14:37   ` Thomas Bogendoerfer
2021-01-20 11:16     ` Hans de Goede

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=aeb93d4a-d7c0-5e0d-4de4-4a70f85cb202@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=cand@gmx.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=tsbogend@alpha.franken.de \
    /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).