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

2023-08-09 Thread Dan Carpenter
Hi Dmitry, kernel test robot noticed the following build warnings: https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Baryshkov/drm-display-add-transparent-bridge-helper/20230802-091932 base: git://anongit.freedeskto

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

2023-08-06 Thread kernel test robot
Hi Dmitry, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on usb/usb-testing usb/usb-next usb/usb-linus drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.5-rc4 next-202308

Re: [Freedreno] [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: [Freedreno] [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: [Freedreno] [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: [Freedreno] [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

[Freedreno] [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