Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-09-01 Thread Jai Luthra
Hi Aradhya, Thanks for the comments. On Aug 28, 2023 at 16:34:30 +0530, Aradhya Bhatia wrote: > Hi Jai, > > Thanks for debugging the issue. > > On 25-Aug-23 16:32, Jai Luthra wrote: > > Fix the NULL pointer dereference when no monitor is connected, and the > > sound card is opened from userspac

Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-09-01 Thread Jai Luthra
Hi Nishanth, Helen, Thanks for the review. On Aug 31, 2023 at 07:25:31 -0500, Nishanth Menon wrote: > On 16:35-20230828, Helen Mae Koike Fornazier wrote: > > On Friday, August 25, 2023 08:02 -03, Jai Luthra wrote: > > > > > Fix the NULL pointer dereference when no monitor is connected, and the

Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-08-31 Thread Nishanth Menon
On 16:35-20230828, Helen Mae Koike Fornazier wrote: > On Friday, August 25, 2023 08:02 -03, Jai Luthra wrote: > > > Fix the NULL pointer dereference when no monitor is connected, and the > > sound card is opened from userspace. > > > > Instead return an error as EDID information cannot be provid

Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-08-28 Thread Helen Mae Koike Fornazier
On Friday, August 25, 2023 08:02 -03, Jai Luthra wrote: > Fix the NULL pointer dereference when no monitor is connected, and the > sound card is opened from userspace. > > Instead return an error as EDID information cannot be provided to > the sound framework if there is no connector attached. >

Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-08-28 Thread Aradhya Bhatia
Hi Jai, Thanks for debugging the issue. On 25-Aug-23 16:32, Jai Luthra wrote: > Fix the NULL pointer dereference when no monitor is connected, and the > sound card is opened from userspace. > > Instead return an error as EDID information cannot be provided to > the sound framework if there is no

[PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-08-27 Thread Jai Luthra
Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return an error as EDID information cannot be provided to the sound framework if there is no connector attached. Fixes: e0fd83dbe924 ("drm: bridge: it66121: Add audio support") Repo