Re: [PATCH 10/12] macfb: fix 24-bit RGB pixel encoding

2021-10-04 Thread Laurent Vivier
On 02/10/2021 13:00, Mark Cave-Ayland wrote: According to Apple Technical Note HW26: "Macintosh Quadra Built-In Video" the in-built framebuffer encodes each 24-bit pixel into 4 bytes. Adjust the 24-bit RGB pixel encoding accordingly which agrees with the encoding expected by MacOS when changing i

[PATCH 10/12] macfb: fix 24-bit RGB pixel encoding

2021-10-02 Thread Mark Cave-Ayland
According to Apple Technical Note HW26: "Macintosh Quadra Built-In Video" the in-built framebuffer encodes each 24-bit pixel into 4 bytes. Adjust the 24-bit RGB pixel encoding accordingly which agrees with the encoding expected by MacOS when changing into 24-bit colour mode. Signed-off-by: Mark Ca