Re: [PATCH v4 18/26] drm: sun4i: de3: Implement AFBC support

2024-09-25 Thread Dan Carpenter
/linux/kernel/git/sunxi/linux.git sunxi/for-next patch link: https://lore.kernel.org/r/20240921095153.213568-19-ryan%40testtoast.com patch subject: [PATCH v4 18/26] drm: sun4i: de3: Implement AFBC support config: microblaze-randconfig-r071-20240922 (https://download.01.org/0day-ci/archive

[PATCH v4 18/26] drm: sun4i: de3: Implement AFBC support

2024-09-21 Thread Ryan Walklin
From: Jernej Skrabec Buffers, compressed with AFBC, are supported by the DE3 and above, and are generally more efficient for memory transfers. Add support for them. Currently it's implemented only for VI layers, but vendor code and documentation suggest UI layers can have them too. However, I ha