Hello Tomi,
On Fri, 18 Jul 2025 14:13:03 +0300
Tomi Valkeinen wrote:
> Hi,
>
> On 17/07/2025 16:56, Luca Ceresoli wrote:
> > Hello Jyri, Tomi, Michael,
> >
> > On Thu, 17 Jul 2025 09:49:44 +0200
> > "Michael Walle" wrote:
> >
> >> Hi,
> >>
> >> thanks for taking a look!
> >>
> >>> Howeve
Hi,
On 17/07/2025 16:56, Luca Ceresoli wrote:
> Hello Jyri, Tomi, Michael,
>
> On Thu, 17 Jul 2025 09:49:44 +0200
> "Michael Walle" wrote:
>
>> Hi,
>>
>> thanks for taking a look!
>>
>>> However allocating an encoder using a bridge alloc function (while we
>>> used to call an encoder allocation
Hello Jyri, Tomi, Michael,
On Thu, 17 Jul 2025 09:49:44 +0200
"Michael Walle" wrote:
> Hi,
>
> thanks for taking a look!
>
> > However allocating an encoder using a bridge alloc function (while we
> > used to call an encoder allocation function) looks counter-intuitive.
> >
> > We had discusse
Hi,
thanks for taking a look!
> However allocating an encoder using a bridge alloc function (while we
> used to call an encoder allocation function) looks counter-intuitive.
>
> We had discussed on IRC a different idea, adding a wrapper structure
> around the bridge. Quoting your proposal:
>
>
Hello Michael,
On Wed, 16 Jul 2025 15:41:07 +0200
Michael Walle wrote:
> Convert the tidss encoder to use devm_drm_bridge_alloc(). Instead of
> allocating the memory by drmm_simple_encoder_alloc() use
> devm_drm_bridge_alloc() and initialize the encoder afterwards.
>
> Fixes: a7748dd127ea ("drm
Convert the tidss encoder to use devm_drm_bridge_alloc(). Instead of
allocating the memory by drmm_simple_encoder_alloc() use
devm_drm_bridge_alloc() and initialize the encoder afterwards.
Fixes: a7748dd127ea ("drm/bridge: get/put the bridge reference in
drm_bridge_add/remove()")
Signed-off-by: M