commit | e73221de82845c697b09148cd590543b855ac661 | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Fri Sep 06 00:25:54 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 05 17:27:27 2024 -0700 |
tree | ad3191ca52fe58d20119233a963e9a129b0fc5e8 | |
parent | 64379740b45d8194fece10678f73df473d46f6c3 [diff] |
[roll] Roll fuchsia [intel-display] Remove assertions on number of bytes per pixel. Previously, Controller::CalculateMinimumAllocations() had a debug assertion to check all images in the banjo display configuration to ensure that every pixel takes 4 bytes for all images. This caused a failure when CheckConfiguration() called this method, because the image handle may point to an image that has been released, causing a failure in image format check. This change removes the debug assertion that caused this failure. Original-Bug: 364803384 Test: See b/364803384. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1114037 Original-Revision: 1c0074486b6cdf4f48b81d0979a6c31261533c44 GitOrigin-RevId: e5505ab80c56e05ea792efad1542cacc44f09841 Change-Id: I10d92b37511e3980dc20bb814e7ce9c4ff952711
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.