Re: [PATCH 5/5] drm/bridge: simple-bridge: Add next panel support

2025-03-05 Thread Liu Ying
On 03/04/2025, Maxime Ripard wrote: > On Tue, Mar 04, 2025 at 06:15:30PM +0800, Liu Ying wrote: >> The next bridge connected to a simple bridge could be a panel, e.g., >> a DPI panel connected to a DPI color encoder. Add the next panel support, >> instead of supporting non-panel next bridge only. >

Re: [PATCH 5/5] drm/bridge: simple-bridge: Add next panel support

2025-03-04 Thread Maxime Ripard
On Tue, Mar 04, 2025 at 06:15:30PM +0800, Liu Ying wrote: > The next bridge connected to a simple bridge could be a panel, e.g., > a DPI panel connected to a DPI color encoder. Add the next panel support, > instead of supporting non-panel next bridge only. > > Signed-off-by: Liu Ying > --- > dri

[PATCH 5/5] drm/bridge: simple-bridge: Add next panel support

2025-03-04 Thread Liu Ying
The next bridge connected to a simple bridge could be a panel, e.g., a DPI panel connected to a DPI color encoder. Add the next panel support, instead of supporting non-panel next bridge only. Signed-off-by: Liu Ying --- drivers/gpu/drm/bridge/Kconfig | 1 + drivers/gpu/drm/bridge/simpl