All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 03/33] video: sandbox: Enable all colour depths
Date: Sun, 12 Jan 2020 21:02:15 +0100	[thread overview]
Message-ID: <20200112210215.6006afa5@crub> (raw)
In-Reply-To: <20200112120216.3.I61379996502d779697c5d0dd28e02415b810118a@changeid>

On Sun, 12 Jan 2020 12:05:54 -0700
Simon Glass sjg at chromium.org wrote:

> For sandbox we want to have the maximum possible build coverage, so enable
> all colour depths for video.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

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

--
Anatolij

  reply	other threads:[~2020-01-12 20:02 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-12 19:05 [PATCH 00/33] sandbox: Move to SDL2 Simon Glass
2020-01-12 19:05 ` [PATCH 01/33] sandbox: Sort the help options Simon Glass
2020-01-12 19:05 ` [PATCH 02/33] video: Support truetype fonts on a 32-bit display Simon Glass
2020-01-12 19:59   ` Anatolij Gustschin
2020-01-12 19:05 ` [PATCH 03/33] video: sandbox: Enable all colour depths Simon Glass
2020-01-12 20:02   ` Anatolij Gustschin [this message]
2020-01-12 19:05 ` [PATCH 04/33] mailbox: Rename free() to rfree() Simon Glass
2020-01-12 19:05 ` [PATCH 05/33] power-domain: " Simon Glass
2020-01-12 19:05   ` Simon Glass
2020-01-12 20:05   ` Anatolij Gustschin
2020-01-12 20:05     ` Anatolij Gustschin
2020-01-12 19:05 ` [PATCH 06/33] reset: " Simon Glass
2020-01-12 19:05   ` Simon Glass
2020-01-12 19:05 ` [PATCH 07/33] gpio: " Simon Glass
2020-01-12 19:05 ` [PATCH 08/33] clk: " Simon Glass
2020-01-12 19:06 ` [PATCH 09/33] dma: " Simon Glass
2020-01-13  7:41   ` Peter Ujfalusi
2020-01-12 19:06 ` [PATCH 10/33] mtd: " Simon Glass
2020-02-12 13:13   ` Masahiro Yamada
2020-02-12 17:14     ` Simon Glass
2020-02-13  9:05       ` Simon Goldschmidt
2020-02-14 19:16         ` Simon Glass
2020-01-12 19:06 ` [PATCH 11/33] sandbox: Rename 'free' variable Simon Glass
2020-01-12 19:06 ` [PATCH 12/33] sandbox: Use a prefix for all allocation functions Simon Glass
2020-01-12 19:06 ` [PATCH 13/33] exports: Add the malloc.h header Simon Glass
2020-01-12 19:06 ` [PATCH 14/33] string: Allow arch override of strndup() also Simon Glass
2020-01-12 19:06 ` [PATCH 15/33] sandbox: Rename strdup() functions Simon Glass
2020-01-12 19:06 ` [PATCH 16/33] sandbox: Drop use of special os_malloc() where possible Simon Glass
2020-01-12 19:06 ` [PATCH 17/33] sandbox: Drop os_realloc() Simon Glass
2020-01-12 19:06 ` [PATCH 18/33] sandbox: Ensure that long-options array is terminated Simon Glass
2020-01-12 19:06 ` [PATCH 19/33] sandbox: Add a new header for the system malloc() Simon Glass
2020-01-12 19:06 ` [PATCH 20/33] sound: Add a new stop_play() method Simon Glass
2020-01-12 19:06 ` [PATCH 21/33] sandbox: sound: Handle errors better in sound_beep() Simon Glass
2020-01-12 19:06 ` [PATCH 22/33] sandbox: Add comments to the sdl struct Simon Glass
2020-01-12 19:06 ` [PATCH 23/33] sandbox: sdl: Improve error handling Simon Glass
2020-01-12 19:06 ` [PATCH 24/33] sandbox: sdl: Support waiting for audio to complete Simon Glass
2020-01-12 19:06 ` [PATCH 25/33] gitlab: Disable SDL when building sandbox Simon Glass
2020-01-12 19:06 ` [PATCH 26/33] sandbox: sdl: Move to use SDL2 Simon Glass
2020-01-12 19:06 ` [PATCH 27/33] sandbox: sdl: Add an option to double the screen size Simon Glass
2020-01-12 20:11   ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 28/33] sandbox: Support changing the LCD colour depth Simon Glass
2020-01-12 20:15   ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 29/33] dm: core: Require users of devres to include the header Simon Glass
2020-01-12 19:06   ` Simon Glass
2020-01-12 20:29   ` Anatolij Gustschin
2020-01-12 20:29     ` Anatolij Gustschin
2020-01-12 19:06 ` [PATCH 30/33] dm: core: Create a new header file for 'compat' features Simon Glass
2020-01-12 19:06 ` [PATCH 31/33] dm: core: Drop the inclusion of linux/compat.h in dm.h Simon Glass
2020-01-12 19:06 ` [PATCH 32/33] sandbox: Complete migration away from os_malloc() Simon Glass
2020-01-12 19:06 ` [PATCH 33/33] video: Drop the Nimbus font Simon Glass
2020-01-13  8:28   ` Jonathan Gray
2020-02-12 12:07 ` [PATCH 00/33] sandbox: Move to SDL2 Wolfgang Denk
2020-02-12 17:14   ` 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=20200112210215.6006afa5@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.