public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Rebecca Cran" <rebecca@bsdio.com>
To: devel@edk2.groups.io, Leif Lindholm <quic_llindhol@quicinc.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>
Subject: Re: [PATCH v2 1/1] ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt
Date: Mon, 16 May 2022 10:07:04 -0600	[thread overview]
Message-ID: <8a41e4e2-d929-49bc-f3ad-495ee61f395f@bsdio.com> (raw)
In-Reply-To: <20220503200756.11664-1-rebecca@bsdio.com>

Could I have some reviews of this v2 patch please?


Thanks.

Rebecca Cran


On 5/3/22 14:07, Rebecca Cran wrote:
> The DEBUG output in LcdGraphicsBlt is overly verbose, and makes using
> the console difficult, for example when using the UiApp.
>
> Since the extra output should no longer be needed, delete the DEBUG
> lines.
>
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
>   ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c | 12 ------------
>   1 file changed, 12 deletions(-)
>
> diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
> index 01ec6f68bd93..013506976f91 100644
> --- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
> +++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
> @@ -815,18 +815,6 @@ LcdGraphicsBlt (
>     HorizontalResolution = This->Mode->Info->HorizontalResolution;
>     VerticalResolution   = This->Mode->Info->VerticalResolution;
>   
> -  DEBUG ((
> -    DEBUG_INFO,
> -    "LcdGraphicsBlt (BltOperation:%d,DestX:%d,DestY:%d,Width:%d,Height:%d) res(%d,%d)\n",
> -    BltOperation,
> -    DestinationX,
> -    DestinationY,
> -    Width,
> -    Height,
> -    HorizontalResolution,
> -    VerticalResolution
> -    ));
> -
>     // Check we have reasonable parameters
>     if ((Width == 0) || (Height == 0)) {
>       DEBUG ((DEBUG_ERROR, "LcdGraphicsBlt: ERROR - Invalid dimension: Zero size area.\n"));

  reply	other threads:[~2022-05-16 16:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 20:07 [PATCH v2 1/1] ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt Rebecca Cran
2022-05-16 16:07 ` Rebecca Cran [this message]
2022-05-16 16:26 ` [edk2-devel] " Sami Mujawar
2022-06-18  2:45   ` Rebecca Cran
2022-06-22 14:58     ` Ard Biesheuvel

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-list 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=8a41e4e2-d929-49bc-f3ad-495ee61f395f@bsdio.com \
    --to=devel@edk2.groups.io \
    /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