Re: [PATCH v2 1/3] drm/display: bridge-connector: add DisplayPort bridges

2025-02-14 Thread Maxime Ripard
On Fri, Feb 14, 2025 at 02:32:56AM +0200, Dmitry Baryshkov wrote: > On Fri, Feb 14, 2025 at 01:57:45AM +0200, Laurent Pinchart wrote: > > Hi Dmitry, > > > > Thank you for the patch. > > > > On Sun, Feb 09, 2025 at 03:41:18PM +0200, Dmitry Baryshkov wrote: > > > DRM HDMI Codec framework is useful

Re: [PATCH v2 1/3] drm/display: bridge-connector: add DisplayPort bridges

2025-02-13 Thread Dmitry Baryshkov
On Fri, Feb 14, 2025 at 01:57:45AM +0200, Laurent Pinchart wrote: > Hi Dmitry, > > Thank you for the patch. > > On Sun, Feb 09, 2025 at 03:41:18PM +0200, Dmitry Baryshkov wrote: > > DRM HDMI Codec framework is useful not only for the HDMI bridges, but > > also for the DisplayPort bridges. Add new

Re: [PATCH v2 1/3] drm/display: bridge-connector: add DisplayPort bridges

2025-02-13 Thread Laurent Pinchart
Hi Dmitry, Thank you for the patch. On Sun, Feb 09, 2025 at 03:41:18PM +0200, Dmitry Baryshkov wrote: > DRM HDMI Codec framework is useful not only for the HDMI bridges, but > also for the DisplayPort bridges. Add new DRM_BRIDGE_OP_DisplayPort > define in order to distinguish DP bridges. Create H