On Wed, 29 Jan 2025 14:22:30 +0200
Dmitry Baryshkov wrote:
> On Wed, Jan 29, 2025 at 12:51:53PM +0100, Luca Ceresoli wrote:
> > Hi Maxime,
> >
> > On Tue, 28 Jan 2025 15:49:23 +0100
> > Maxime Ripard wrote:
> >
> > > Hi,
> > >
> > > On Wed, Jan 22, 2025 at 05:12:30PM +0100, Luca Ceresoli wr
On Wed, Jan 29, 2025 at 12:51:53PM +0100, Luca Ceresoli wrote:
> Hi Maxime,
>
> On Tue, 28 Jan 2025 15:49:23 +0100
> Maxime Ripard wrote:
>
> > Hi,
> >
> > On Wed, Jan 22, 2025 at 05:12:30PM +0100, Luca Ceresoli wrote:
> > > On Wed, 8 Jan 2025 17:02:04 +0100
> > > Maxime Ripard wrote:
> > >
>
Hi Maxime,
On Tue, 28 Jan 2025 15:49:23 +0100
Maxime Ripard wrote:
> Hi,
>
> On Wed, Jan 22, 2025 at 05:12:30PM +0100, Luca Ceresoli wrote:
> > On Wed, 8 Jan 2025 17:02:04 +0100
> > Maxime Ripard wrote:
> >
> > [...]
> >
> > > > > > And we'll also need some flag in drm_bridge to indicate t
Hi,
On Wed, Jan 22, 2025 at 05:12:30PM +0100, Luca Ceresoli wrote:
> On Wed, 8 Jan 2025 17:02:04 +0100
> Maxime Ripard wrote:
>
> [...]
>
> > > > > And we'll also need some flag in drm_bridge to indicate that the
> > > > > device
> > > > > is gone, similar to what drm_dev_enter()/drm_dev_exit(
Hi Maxime,
On Wed, 8 Jan 2025 17:02:04 +0100
Maxime Ripard wrote:
[...]
> > > > And we'll also need some flag in drm_bridge to indicate that the device
> > > > is gone, similar to what drm_dev_enter()/drm_dev_exit() provides,
> > > > because now your bridge driver sticks around for much longer
On Wed, Jan 08, 2025 at 04:24:29PM +0100, Luca Ceresoli wrote:
> Hi Maxime, Dmitry,
>
> thanks both for the useful review!
>
> On Mon, 6 Jan 2025 14:24:00 +0200
> Dmitry Baryshkov wrote:
>
> > On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> > >
> > > Hi,
> > >
> > > Most of these comments
On Tue, 7 Jan 2025 12:35:15 +0200
Dmitry Baryshkov wrote:
> On Mon, Jan 06, 2025 at 03:49:48PM +0100, Maxime Ripard wrote:
> > On Mon, Jan 06, 2025 at 02:24:00PM +0200, Dmitry Baryshkov wrote:
> > > On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> > > >
> > > > Hi,
> > > >
> > > > Most of
Hi Maxime, Dmitry,
thanks both for the useful review!
On Mon, 6 Jan 2025 14:24:00 +0200
Dmitry Baryshkov wrote:
> On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> >
> > Hi,
> >
> > Most of these comments affect your earlier patches, but let's work on
> > the API-level view.
> >
> > On Tue,
On Tue, Jan 07, 2025 at 12:35:15PM +0200, Dmitry Baryshkov wrote:
> On Mon, Jan 06, 2025 at 03:49:48PM +0100, Maxime Ripard wrote:
> > On Mon, Jan 06, 2025 at 02:24:00PM +0200, Dmitry Baryshkov wrote:
> > > On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> > > >
> > > > Hi,
> > > >
> > > > Most
On Mon, Jan 06, 2025 at 03:49:48PM +0100, Maxime Ripard wrote:
> On Mon, Jan 06, 2025 at 02:24:00PM +0200, Dmitry Baryshkov wrote:
> > On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> > >
> > > Hi,
> > >
> > > Most of these comments affect your earlier patches, but let's work on
> > > the API-l
On Mon, Jan 06, 2025 at 02:24:00PM +0200, Dmitry Baryshkov wrote:
> On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
> >
> > Hi,
> >
> > Most of these comments affect your earlier patches, but let's work on
> > the API-level view.
> >
> > On Tue, Dec 31, 2024 at 11:39:58AM +0100, Luca Ceresoli wr
On Mon, 6 Jan 2025 at 12:39, Maxime Ripard wrote:
>
> Hi,
>
> Most of these comments affect your earlier patches, but let's work on
> the API-level view.
>
> On Tue, Dec 31, 2024 at 11:39:58AM +0100, Luca Ceresoli wrote:
> > + * When using refcounted mode, the driver should allocate ``struct
> > +
Hi,
Most of these comments affect your earlier patches, but let's work on
the API-level view.
On Tue, Dec 31, 2024 at 11:39:58AM +0100, Luca Ceresoli wrote:
> + * When using refcounted mode, the driver should allocate ``struct
> + * my_bridge`` using regular allocation (as opposed to ``devm_`` or
Hello Randy,
On Tue, 31 Dec 2024 09:54:41 -0800
Randy Dunlap wrote:
> Hi--
>
> On 12/31/24 2:39 AM, Luca Ceresoli wrote:
> > Document in detail the new refcounted bridges as well as the "legacy" way.
> >
> > Signed-off-by: Luca Ceresoli
> >
> > ---
...
> > + * Allocation, initializion and
Hi--
On 12/31/24 2:39 AM, Luca Ceresoli wrote:
> Document in detail the new refcounted bridges as well as the "legacy" way.
>
> Signed-off-by: Luca Ceresoli
>
> ---
>
> This patch was added in v5.
> ---
> Documentation/gpu/drm-kms-helpers.rst | 6 ++
> drivers/gpu/drm/drm_bridge.c
Document in detail the new refcounted bridges as well as the "legacy" way.
Signed-off-by: Luca Ceresoli
---
This patch was added in v5.
---
Documentation/gpu/drm-kms-helpers.rst | 6 ++
drivers/gpu/drm/drm_bridge.c | 122 ++
2 files changed, 128 inser
16 matches
Mail list logo