Re: [PATCH 1/4] drm/ast: cursor: Calculate checksum in helper

2025-02-14 Thread Jocelyn Falempe
On 13/02/2025 17:25, Thomas Zimmermann wrote: Setting the cursor image requires a 32-bit checksum of the cursor image data. The current cursor code converts the image to ARGB format and computes the checksum in a single step. Moving the checksum calculation into a separate helepr will allow t

[PATCH 1/4] drm/ast: cursor: Calculate checksum in helper

2025-02-13 Thread Thomas Zimmermann
Setting the cursor image requires a 32-bit checksum of the cursor image data. The current cursor code converts the image to ARGB format and computes the checksum in a single step. Moving the checksum calculation into a separate helepr will allow to move the format conversion into a shared helpe