From: Jordan Justen <jordan.l.justen@intel.com>
To: Laszlo Ersek <lersek@redhat.com>,
Phil Dennis-Jordan <lists@philjordan.eu>,
edk2-devel@lists.01.org
Cc: Phil Dennis-Jordan <phil@philjordan.eu>
Subject: Re: [PATCH v4 3/3] OvmfPkg/QemuVideoDxe: VMWare SVGA device support
Date: Wed, 05 Apr 2017 12:41:41 -0700 [thread overview]
Message-ID: <149142130153.3336.7566104675598571677@jljusten-skl> (raw)
In-Reply-To: <9ccc975c-36ad-e3ba-d909-3863c09dbf57@redhat.com>
On 2017-04-05 06:58:33, Laszlo Ersek wrote:
>
> This is #2.
>
> Which one do you want to keep? I think we should drop #1, and keep #2.
>
> Do you wish to submit v5, or are you okay if I remove #1 for you at
> commit time?
>
> With this tweak,
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>
> Before committing, I would like to give Jordan a chance to comment as
> well. I think Friday this week should be a good day to commit the series.
After convincing myself that, yes, the unaligned i/o was *actually*
required. :) / :(
Series Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
The one comment I had, is given how verbose the 3 inline assembly
source files are in patch 2, maybe nasm code would actually be cleaner
looking. But, considering we'd need both an IA32 and X64 version, it
isn't much better.
> Impressive work!
Agreed. Thanks for your contribution Phil!
-Jordan
>
> > + ModeInfo->PixelsPerScanLine = BytesPerLine / (BitsPerPixel / 8);
> > +
> > + ModeData++;
> > + ModeInfo++;
> > + }
> > + VideoMode++;
> > + }
> > + Private->MaxMode = ModeData - Private->ModeData;
> > + return EFI_SUCCESS;
> > +
> > +Rollback:
> > + FreePool (Private->VmwareSvgaModeInfo);
> > + Private->VmwareSvgaModeInfo = NULL;
> > +
> > +ModeInfoAllocError:
> > + FreePool (Private->ModeData);
> > + Private->ModeData = NULL;
> > +
> > +ModeDataAllocError:
> > + return Status;
> > +}
> >
>
next prev parent reply other threads:[~2017-04-05 19:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 12:55 [PATCH v4 0/3] OvmfPkg/QemuVideoDxe: Add VMWare SVGA framebuffer support Phil Dennis-Jordan
2017-04-05 12:55 ` [PATCH v4 1/3] OvmfPkg: VMWare SVGA display device register definitions Phil Dennis-Jordan
2017-04-05 12:55 ` [PATCH v4 2/3] OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O Phil Dennis-Jordan
2017-04-05 12:55 ` [PATCH v4 3/3] OvmfPkg/QemuVideoDxe: VMWare SVGA device support Phil Dennis-Jordan
2017-04-05 13:58 ` Laszlo Ersek
2017-04-05 19:41 ` Jordan Justen [this message]
2017-04-06 5:12 ` Laszlo Ersek
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=149142130153.3336.7566104675598571677@jljusten-skl \
--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