Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39003 )
Change subject: drivers: Replace multiple fill_lb_framebuffer with single instance
......................................................................
Patch Set 20:
(4 comments)
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/gma-...
File src/drivers/intel/gma/gma-gfx_init.ads:
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/gma-...
PS18, Line 22: return Interfaces.C.size_t;
`Interfaces.C.long` preferred, as we already assume that `long int` and pointers have the […]
Done
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/hire...
File src/drivers/intel/gma/hires_fb/gma-gfx_init.adb:
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/hire...
PS18, Line 27: use type word32;
`use type Interfaces.C.long;` to allow the comparison without a cast.
Done
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/hire...
PS18, Line 83: if (linear_fb_addr /= 0) then
No parentheses needed around the condition.
Done
https://review.coreboot.org/c/coreboot/+/39003/18/src/drivers/intel/gma/hire...
PS18, Line 89: bits_per_pixel => 32);
Preferably indented by 3, ignoring the opening parthesis: […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/39003
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ife507f7e7beaf59854e533551b4b87ea6980c1f4
Gerrit-Change-Number: 39003
Gerrit-PatchSet: 20
Gerrit-Owner: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Alexandru Gagniuc
alexandrux.gagniuc@intel.com
Gerrit-Reviewer: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Reviewer: Frans Hendriks
fhendriks@eltan.com
Gerrit-Reviewer: Huang Jin
huang.jin@intel.com
Gerrit-Reviewer: Lee Leahy
leroy.p.leahy@intel.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Naresh Solanki
naresh.solanki@intel.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Wim Vervoorn
wvervoorn@eltan.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Julius Werner
jwerner@chromium.org
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 19 Jun 2020 06:18:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Gerrit-MessageType: comment