GNOME Bugzilla – Bug 794186
kmssink: Add 24bit RGB support
Last modified: 2018-04-26 14:48:04 UTC
This adds 24bit RGB support to kmssink. This patch was tested with xilinx_drm driver.
Created attachment 369472 [details] [review] kmssink: Add 24bit RGB support
Review of attachment 369472 [details] [review]: ::: sys/kms/gstkmsutils.c @@ +56,3 @@ DEF_FMT (XBGR8888, xBGR), + DEF_FMT (RGB888, RGB), + DEF_FMT (BGR888, BGR), shouldn't this be right after the #endif instead of duplicating it ?
Review of attachment 369472 [details] [review]: ::: sys/kms/gstkmsutils.c @@ +56,3 @@ DEF_FMT (XBGR8888, xBGR), + DEF_FMT (RGB888, RGB), + DEF_FMT (BGR888, BGR), The mapping differ between Big and Little Endian.
Attachment 369472 [details] pushed as 673e7a7 - kmssink: Add 24bit RGB support