From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] cfbconsole: Add support for stride != width
Date: Thu, 13 Aug 2015 00:01:46 +0200 [thread overview]
Message-ID: <20150813000146.735ca67a@crub> (raw)
In-Reply-To: <1438787851-31814-3-git-send-email-hdegoede@redhat.com>
On Wed, 5 Aug 2015 17:17:30 +0200
Hans de Goede <hdegoede@redhat.com> wrote:
> cfbconsole currently assumes that the width and stride of the framebuffer
> are the same, in most places where stride matters it uses a VIDEO_LINE_LEN
> helper macro.
>
> This commit changes the few places not using VIDEO_LINE_LEN to also use
> VIDEO_LINE_LEN, and protects the default VIDEO_LINE_LEN with a #ifndef
> guard, allowing the boards config.h to override and, and thus support
> cases where stride != width.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
next prev parent reply other threads:[~2015-08-12 22:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-05 15:17 [U-Boot] [PATCH 0/3] sunxi: display: Add overscan correction Hans de Goede
2015-08-05 15:17 ` [U-Boot] [PATCH 1/3] cfbconsole: Remove width argument from the logo functions Hans de Goede
2015-08-12 21:57 ` Anatolij Gustschin
2015-08-05 15:17 ` [U-Boot] [PATCH 2/3] cfbconsole: Add support for stride != width Hans de Goede
2015-08-12 22:01 ` Anatolij Gustschin [this message]
2015-08-05 15:17 ` [U-Boot] [PATCH 3/3] sunxi: display: Add overscan correction Hans de Goede
2015-08-12 10:45 ` Ian Campbell
2015-08-12 12:44 ` Hans de Goede
2015-08-12 16:18 ` Ian Campbell
2015-08-12 16:42 ` Hans de Goede
2015-08-12 22:11 ` Anatolij Gustschin
2015-08-12 22:15 ` [U-Boot] [PATCH 0/3] " Anatolij Gustschin
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=20150813000146.735ca67a@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.