commit | e9500ba9e032bc5e976578e256582c86fcb62d0d | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Wed May 17 10:42:07 2023 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Mon Jun 12 13:25:01 2023 +0200 |
tree | 7a70f332cfe57cb146996853fe980cab4f961e7b | |
parent | 497322436db400d569c346e915f4982215d98db1 [diff] |
video: Add support for RGBA8888 format Add support for RGBA8888 32bpp format where pixels are picked in 32-bit integers, where the colors are stored in memory such that R is at lowest address, G after that, B after that, and A last. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aa1de54b7d4ff46df6858f76d52634e0c5c71a4a.1684312924.git.michal.simek@amd.com