[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
1 file changed
tree: ad3191ca52fe58d20119233a963e9a129b0fc5e8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.