On Thursday, May 7th, 2026 at 1:27 PM, Thomas Zimmermann <[email protected]> wrote:
> In atomic_check, damage handling is not fully evaluated. Another > atomic_check helper could trigger a full modeset and thus invalidate > damage clips. > > Allocation of the request/response buffers in appletbdrm depends on > correct damage information. Otherwise it might allocate incorrectly > sized buffers. Allocate the buffers in the driver's begin_fb_access > helper. It runs early during the commit when damage clipping has been > fully evaluated. > > Signed-off-by: Thomas Zimmermann <[email protected]> Acked-by: Aditya Garg <[email protected]>
