Re: [PATCH v4 0/4] drm/panel: Panel Refcounting infrastructure

2025-04-05 Thread Maxime Ripard
On Mon, 31 Mar 2025 11:15:24 -0400, Anusha Srivatsa wrote: > This series adds the infrastructure needed for the refcounting > allocations for panels similar to Luca's efforts with bridges. > Underlying intention and idea is the same - avoid use-after-free > situations in panels. Get reference to pa

[PATCH v4 0/4] drm/panel: Panel Refcounting infrastructure

2025-04-05 Thread Anusha Srivatsa
This series adds the infrastructure needed for the refcounting allocations for panels similar to Luca's efforts with bridges. Underlying intention and idea is the same - avoid use-after-free situations in panels. Get reference to panel when in use and put the reference back (down) when not in use.