]> git.baikalelectronics.ru Git - uboot.git/commit
video: Add support for RGBA8888 format
authorMichal Simek <michal.simek@amd.com>
Wed, 17 May 2023 08:42:07 +0000 (10:42 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Jun 2023 11:25:01 +0000 (13:25 +0200)
commite9a04a238eab3e99860bd9f1c24d80de750f5c7b
tree7a70f332cfe57cb146996853fe980cab4f961e7b
parent21938380286a8cce3d0562950b33aee86dc387d6
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
drivers/video/video-uclass.c
include/video.h