commit | a3d88d3b0a2cd7f335481dbf09ccf9c5a79116bd | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@bootlin.com> | Thu Oct 04 14:38:56 2018 +0200 |
committer | Arkadiusz Hiler <arkadiusz.hiler@intel.com> | Mon Oct 08 16:46:34 2018 +0300 |
tree | b747302e104e133fa1286b3fb3ba30cbb6bd1c96 | |
parent | 80bb443e624a6e0dc12dc72e0b998a2687d23f1c [diff] |
fb: Add RGB888 format The RGB888 format is the one used as the shadow buffer used when a cairo surface is requested for a format that Cairo cannot handle. Since we're going to move that buffer representation to a struct igt_fb, let's add the RGB888 format to the list of formats that igt_fb knows about. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>