Re: [PATCH 2/4] drm/panel/samsung-dsicm: Keep up with refcounting

2025-06-10 Thread Maxime Ripard
On Mon, Jun 09, 2025 at 10:45:35AM -0500, Anusha Srivatsa wrote: > On Fri, Jun 6, 2025 at 7:03 AM Maxime Ripard wrote: > > > On Wed, Jun 04, 2025 at 10:45:11PM -0500, Anusha Srivatsa wrote: > > > Put the panel reference back when driver is no > > > longer using it. > > > > > > Signed-off-by: Anus

Re: [PATCH 2/4] drm/panel/samsung-dsicm: Keep up with refcounting

2025-06-09 Thread Anusha Srivatsa
On Fri, Jun 6, 2025 at 7:03 AM Maxime Ripard wrote: > On Wed, Jun 04, 2025 at 10:45:11PM -0500, Anusha Srivatsa wrote: > > Put the panel reference back when driver is no > > longer using it. > > > > Signed-off-by: Anusha Srivatsa > > --- > > drivers/gpu/drm/bridge/samsung-dsim.c | 1 + > > 1 fi

Re: [PATCH 2/4] drm/panel/samsung-dsicm: Keep up with refcounting

2025-06-06 Thread Maxime Ripard
On Wed, Jun 04, 2025 at 10:45:11PM -0500, Anusha Srivatsa wrote: > Put the panel reference back when driver is no > longer using it. > > Signed-off-by: Anusha Srivatsa > --- > drivers/gpu/drm/bridge/samsung-dsim.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/bridge/s

[PATCH 2/4] drm/panel/samsung-dsicm: Keep up with refcounting

2025-06-04 Thread Anusha Srivatsa
Put the panel reference back when driver is no longer using it. Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/bridge/samsung-dsim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/samsung-dsim.c b/drivers/gpu/drm/bridge/samsung-dsim.c index 0014c497e3fe7d8349a11