Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-16 Thread Jessica Zhang
On 12/16/2024 6:47 AM, Maxime Ripard wrote: On Fri, Dec 06, 2024 at 04:48:43PM -0800, Jessica Zhang wrote: On 9/25/2024 12:23 AM, Maxime Ripard wrote: On Tue, Sep 24, 2024 at 03:59:18PM GMT, Jessica Zhang wrote: Check that all encoders attached to a given CRTC are valid possible_clones of e

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-16 Thread Jessica Zhang
On 12/16/2024 6:27 AM, Simona Vetter wrote: On Sun, Dec 15, 2024 at 06:19:08PM -0800, Abhinav Kumar wrote: Hi Maxime Gentle reminder on this one. We are looking for some advice on how to go about KUnit for this static function. Please help with our question below. Thanks Abhinav On 12/6

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-16 Thread Maxime Ripard
On Fri, Dec 06, 2024 at 04:48:43PM -0800, Jessica Zhang wrote: > On 9/25/2024 12:23 AM, Maxime Ripard wrote: > > On Tue, Sep 24, 2024 at 03:59:18PM GMT, Jessica Zhang wrote: > > > Check that all encoders attached to a given CRTC are valid > > > possible_clones of each other. > > > > > > Signed-off

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-16 Thread Simona Vetter
On Sun, Dec 15, 2024 at 06:19:08PM -0800, Abhinav Kumar wrote: > Hi Maxime > > Gentle reminder on this one. > > We are looking for some advice on how to go about KUnit for this static > function. > > Please help with our question below. > > Thanks > > Abhinav > > On 12/6/2024 4:48 PM, Jessica

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-15 Thread Abhinav Kumar
Hi Maxime Gentle reminder on this one. We are looking for some advice on how to go about KUnit for this static function. Please help with our question below. Thanks Abhinav On 12/6/2024 4:48 PM, Jessica Zhang wrote: On 9/25/2024 12:23 AM, Maxime Ripard wrote: On Tue, Sep 24, 2024 at 03

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-12-06 Thread Jessica Zhang
On 9/25/2024 12:23 AM, Maxime Ripard wrote: On Tue, Sep 24, 2024 at 03:59:18PM GMT, Jessica Zhang wrote: Check that all encoders attached to a given CRTC are valid possible_clones of each other. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/drm_atomic_helper.c | 23

Re: [PATCH v2 02/22] drm: Add valid clones check

2024-09-25 Thread Maxime Ripard
On Tue, Sep 24, 2024 at 03:59:18PM GMT, Jessica Zhang wrote: > Check that all encoders attached to a given CRTC are valid > possible_clones of each other. > > Signed-off-by: Jessica Zhang > --- > drivers/gpu/drm/drm_atomic_helper.c | 23 +++ > 1 file changed, 23 insertions(+)

[PATCH v2 02/22] drm: Add valid clones check

2024-09-24 Thread Jessica Zhang
Check that all encoders attached to a given CRTC are valid possible_clones of each other. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/drm_atomic_helper.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_a