Re: [PATCH] drm/arm/komeda: Remove component framework and add a simple encoder

2023-07-11 Thread Mohammad Faiz Abbas Rizvi
Hi Sam, On 7/4/2023 10:26 PM, Sam Ravnborg wrote: > Hi Mohammed, > > On Tue, Jul 04, 2023 at 07:19:04PM +0530, Mohammad Faiz Abbas Rizvi wrote: >> Hi Liviu, >> >> On 6/29/2023 3:21 PM, Liviu Dudau wrote: >>> Hi Faiz, >>> >>> Thanks for the patch and for addressing what was at some moment on my "n

Re: [PATCH] drm/arm/komeda: Remove component framework and add a simple encoder

2023-07-04 Thread Sam Ravnborg
Hi Mohammed, On Tue, Jul 04, 2023 at 07:19:04PM +0530, Mohammad Faiz Abbas Rizvi wrote: > Hi Liviu, > > On 6/29/2023 3:21 PM, Liviu Dudau wrote: > > Hi Faiz, > > > > Thanks for the patch and for addressing what was at some moment on my "nice > > to > > improve / cleanup" list. Sorry for the dela

Re: [PATCH] drm/arm/komeda: Remove component framework and add a simple encoder

2023-07-04 Thread Mohammad Faiz Abbas Rizvi
Hi Liviu, On 6/29/2023 3:21 PM, Liviu Dudau wrote: > Hi Faiz, > > Thanks for the patch and for addressing what was at some moment on my "nice to > improve / cleanup" list. Sorry for the delay in responding, I had to revive > the bits of an old setup to be able to test this properly, with 2 encoder

Re: [PATCH] drm/arm/komeda: Remove component framework and add a simple encoder

2023-06-29 Thread Liviu Dudau
Hi Faiz, Thanks for the patch and for addressing what was at some moment on my "nice to improve / cleanup" list. Sorry for the delay in responding, I had to revive the bits of an old setup to be able to test this properly, with 2 encoders attached. On Wed, Jun 21, 2023 at 02:11:16PM +0530, Faiz A

[PATCH] drm/arm/komeda: Remove component framework and add a simple encoder

2023-06-22 Thread Faiz Abbas
The Komeda driver always expects the remote connector node to initialize an encoder. It uses the component aggregator framework which consists of component->bind() calls used to initialize the remote encoder and attach it to the crtc. This is different from other drm implementations which expect th