Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-09 Thread Dan Carpenter
://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230802011845.4176631-2-dmitry.baryshkov%40linaro.org patch subject: [PATCH v3 1/3] drm/display: add transparent bridge helper config: x86_64-randconfig-m001-20230808 (https://download.01.org/0day-ci/archive/20230809

Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-06 Thread kernel test robot
rm-display-add-transparent-bridge-helper/20230802-091932 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230802011845.4176631-2-dmitry.baryshkov%40linaro.org patch subject: [PATCH v3 1/3] drm/display: add transparent bridge helper co

Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-02 Thread Dmitry Baryshkov
On Wed, 2 Aug 2023 at 11:15, Neil Armstrong wrote: > > Hi, > > On 02/08/2023 03:18, Dmitry Baryshkov wrote: > > Define a helper for creating simple transparent bridges which serve the > > only purpose of linking devices into the bridge chain up to the last > > bridge representing the connector. Th

Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-02 Thread Neil Armstrong
Hi, On 02/08/2023 03:18, Dmitry Baryshkov wrote: Define a helper for creating simple transparent bridges which serve the only purpose of linking devices into the bridge chain up to the last bridge representing the connector. This is especially useful for DP/USB-C bridge chains, which can span ac

Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-02 Thread Neil Armstrong
On 02/08/2023 10:08, Neil Armstrong wrote: Hi Dmitry, On 02/08/2023 03:18, Dmitry Baryshkov wrote: Define a helper for creating simple transparent bridges which serve the only purpose of linking devices into the bridge chain up to the last bridge representing the connector. This is especially u

Re: [PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-02 Thread Neil Armstrong
Hi Dmitry, On 02/08/2023 03:18, Dmitry Baryshkov wrote: Define a helper for creating simple transparent bridges which serve the only purpose of linking devices into the bridge chain up to the last bridge representing the connector. This is especially useful for DP/USB-C bridge chains, which can

[PATCH v3 1/3] drm/display: add transparent bridge helper

2023-08-01 Thread Dmitry Baryshkov
Define a helper for creating simple transparent bridges which serve the only purpose of linking devices into the bridge chain up to the last bridge representing the connector. This is especially useful for DP/USB-C bridge chains, which can span across several devices, but do not require any additio