All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat
Date: Fri, 22 May 2020 17:34:10 +0200	[thread overview]
Message-ID: <20200522173410.487478fb@crub> (raw)
In-Reply-To: <20200519231058.19945-18-sjg@chromium.org>

On Tue, 19 May 2020 17:10:49 -0600
Simon Glass sjg at chromium.org wrote:

> This struct is not commented but needs it. Also fix the comment in
> check_vidconsole_output() about the encoding for the rotation value.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Anatolij Gustschin <agust@denx.de>

  reply	other threads:[~2020-05-22 15:34 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 23:10 [PATCH 00/26] x86: video: Speed up the framebuffer Simon Glass
2020-05-19 23:10 ` [PATCH 01/26] x86: fsp: Reinit the FPU after FSP meminit Simon Glass
2020-05-19 23:10 ` [PATCH 02/26] console: Add a way to output to serial only Simon Glass
2020-05-19 23:10 ` [PATCH 03/26] video: Show an error when a vidconsole function fails Simon Glass
2020-05-22 13:51   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 04/26] sandbox: video: Allow selection of rotated console Simon Glass
2020-05-22 13:51   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 05/26] video: Split out expression parts into variables Simon Glass
2020-05-22 14:02   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 06/26] video: Adjust rotated console to start at right edge Simon Glass
2020-05-22 14:07   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color() Simon Glass
2020-05-22 14:10   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 08/26] video: Add a comment for struct video_uc_platdata Simon Glass
2020-05-22 14:12   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 09/26] video: Add support for copying to a hardware framebuffer Simon Glass
2020-05-22 14:52   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 10/26] video: Set up the copy framebuffer when enabled Simon Glass
2020-05-22 14:53   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 11/26] video: Clear the copy framebuffer when clearing the screen Simon Glass
2020-05-22 14:54   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 12/26] video: Add helpers for vidconsole for the copy framebuffer Simon Glass
2020-05-22 15:09   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 13/26] video: Update normal console to support copy buffer Simon Glass
2020-05-22 15:19   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 14/26] video: Update truetype " Simon Glass
2020-05-22 15:23   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 15/26] video: Update rotated " Simon Glass
2020-05-22 15:29   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 16/26] video: Update the copy framebuffer when writing bitmaps Simon Glass
2020-05-22 15:32   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat Simon Glass
2020-05-22 15:34   ` Anatolij Gustschin [this message]
2020-05-19 23:10 ` [PATCH 18/26] video: sandbox: Add support for the copy framebuffer Simon Glass
2020-05-22 15:37   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 19/26] video: pci: Set up " Simon Glass
2020-05-22 15:40   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed Simon Glass
2020-05-22 15:42   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 21/26] video: Correctly handle multiple framebuffers Simon Glass
2020-05-22 15:47   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 22/26] x86: video: Support copy framebuffer with probed devices Simon Glass
2020-05-22 15:50   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 23/26] x86: chromebook_samus: Enable the copy framebuffer Simon Glass
2020-05-22 15:52   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 24/26] x86: chromebook_link: " Simon Glass
2020-05-22 15:54   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 25/26] x86: minnowmax: " Simon Glass
2020-05-22 15:56   ` Anatolij Gustschin
2020-05-19 23:10 ` [PATCH 26/26] x86: minnowmax: Drop screen resolution to 1024x768 Simon Glass
2020-05-22 15:29 ` [PATCH 00/26] x86: video: Speed up the framebuffer Bin Meng
2020-05-22 16:33   ` Simon Glass
2020-05-22 23:09     ` Bin Meng
2020-05-22 23:13       ` Simon Glass

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=20200522173410.487478fb@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.