Re: [PATCH RFC 7/8] drm/sun4i: de3: Implement AFBC support

2024-06-08 Thread Ryan Walklin
On Sat, 8 Jun 2024, at 2:32 AM, Andre Przywara wrote: >> Signed-off-by: Jernej Skrabec > This signature suggests that it's indeed Jernej's patch, so it should > have his authorship, as in the other patches, indicated by a line starting > with "From:" before the commit message. Thanks Andre, no

Re: [PATCH RFC 7/8] drm/sun4i: de3: Implement AFBC support

2024-06-07 Thread Andre Przywara
On Fri, 7 Jun 2024 23:00:03 +1200 Ryan Walklin wrote: Hi Ryan, thanks for taking the time and posting those patches! > Buffers, compressed with AFBC, are generally more efficient for memory > transfers. Add support for them. > > Currently it's implemented only for VI layers, but vendor code a

[PATCH RFC 7/8] drm/sun4i: de3: Implement AFBC support

2024-06-07 Thread Ryan Walklin
Buffers, compressed with AFBC, 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 haven't observed any SoC with such feature. Signed-off-by: Jerne