[PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel

2025-06-25 Thread Dharma Balasubiramani
Drop the drm_panel field of the mchp_lvds struct as it is unused. Signed-off-by: Dharma Balasubiramani --- drivers/gpu/drm/bridge/microchip-lvds.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/drm/bridge/microchip-lvds.c b/drivers/gpu/drm/bridge/microchip-lvds.c index 9f

Re: [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel

2025-06-25 Thread Laurent Pinchart
On Tue, Jun 24, 2025 at 10:46:26AM +, dharm...@microchip.com wrote: > On 24/06/25 4:12 pm, Laurent Pinchart wrote: > > On Tue, Jun 24, 2025 at 02:54:14PM +0530, Dharma Balasubiramani wrote: > >> Drop the drm_panel field of the mchp_lvds struct as it is unused. > >> > >> Signed-off-by: Dharma Ba

Re: [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel

2025-06-24 Thread Laurent Pinchart
On Tue, Jun 24, 2025 at 02:54:14PM +0530, Dharma Balasubiramani wrote: > Drop the drm_panel field of the mchp_lvds struct as it is unused. > > Signed-off-by: Dharma Balasubiramani > --- > drivers/gpu/drm/bridge/microchip-lvds.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/driv

Re: [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel

2025-06-24 Thread Dharma.B
On 24/06/25 4:20 pm, Laurent Pinchart wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Tue, Jun 24, 2025 at 10:46:26AM +, dharm...@microchip.com wrote: >> On 24/06/25 4:12 pm, Laurent Pinchart wrote: >>> On Tue, Jun 24, 2025 at 02:54

Re: [PATCH v4 1/3] drm/bridge: microchip-lvds: drop unused drm_panel

2025-06-24 Thread Dharma.B
On 24/06/25 4:12 pm, Laurent Pinchart wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Tue, Jun 24, 2025 at 02:54:14PM +0530, Dharma Balasubiramani wrote: >> Drop the drm_panel field of the mchp_lvds struct as it is unused. >> >> Signed-