Re: [U-Boot] [PATCH v2 1/2] drivers/video/am335x-fb: Add support for 16bpp format

2016-04-27 Thread Martin Pietryka
Hi Hannes, I used git send-email and git format-patch manually, which was a bit of a hassle. Now I used patman which seems to be really handy, thanks for the hint. Martin On 04/27/2016 12:07 PM, Hannes Schmelzer wrote: Martin, you have to send also a v2 from "2/2] drivers/video/am335x-fb:

[U-Boot] [PATCH v2 1/2] drivers/video/am335x-fb: Add support for 16bpp format

2016-04-27 Thread Martin Pietryka
To support 16bpp we just need to change the raster_ctrl register accordingly. Also 32bpp mode should work as well, but was not tested. According to the TRM the uppermost byte will be ignored when LCD_TFT_24BPP_UNPACK is set. The switch logic is based on the Liunx kernel tilcdc driver: drivers/gpu/

Re: [U-Boot] [PATCH v2 1/2] drivers/video/am335x-fb: Add support for 16bpp format

2016-04-27 Thread Hannes Schmelzer
Martin, you have to send also a v2 from "2/2] drivers/video/am335x-fb: Properly point framebuffer behind palette". v1 doesn't apply after your v2 patch below has been applied. how do you manage your patch-generation and emailing? have a look to: tools/patman/README, a really great tool for ma