Re: [PATCHv2 2/5] drm/imx: Add 8 pixel alignment fix

2021-05-10 Thread Philipp Zabel
Hi Sebastian, On Thu, 2021-04-29 at 00:29 +0200, Sebastian Reichel wrote: > Some standard resolutions like 1366x768 do not work properly with > i.MX6 SoCs, since the horizontal resolution needs to be aligned > to 8 pixels (so 1360x768 or 1368x768 would work). > > This patch allocates framebuffers

[PATCHv2 2/5] drm/imx: Add 8 pixel alignment fix

2021-04-28 Thread Sebastian Reichel
Some standard resolutions like 1366x768 do not work properly with i.MX6 SoCs, since the horizontal resolution needs to be aligned to 8 pixels (so 1360x768 or 1368x768 would work). This patch allocates framebuffers allocated to 8 pixels. The extra time required to send the extra pixels are removed