On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loic Poulain wrote:
> DRM checks EDID block count against allocated size in drm_edid_valid
> function. We have to allocate the right EDID size instead of the max
> size to prevent the EDID to be reported as invalid.
>
> Fixes: 7c585f9a71aa ("drm/bridge: an
On Tue, Jul 01, 2025 at 11:56:23AM +0300, Jani Nikula wrote:
> On Tue, 01 Jul 2025, Loic Poulain wrote:
> > On Mon, Jun 30, 2025 at 10:40 AM Maxime Ripard wrote:
> >>
> >> On Mon, Jun 30, 2025 at 09:46:40AM +0200, Loic Poulain wrote:
> >> > Hi Maxime,
> >> >
> >> > On Mon, Jun 30, 2025 at 9:07 AM
On Tue, Jul 01, 2025 at 11:56:23AM +0300, Jani Nikula wrote:
> On Tue, 01 Jul 2025, Loic Poulain wrote:
> > On Mon, Jun 30, 2025 at 10:40 AM Maxime Ripard wrote:
> >>
> >> On Mon, Jun 30, 2025 at 09:46:40AM +0200, Loic Poulain wrote:
> >> > Hi Maxime,
> >> >
> >> > On Mon, Jun 30, 2025 at 9:07 AM
On Tue, 01 Jul 2025, Loic Poulain wrote:
> On Mon, Jun 30, 2025 at 10:40 AM Maxime Ripard wrote:
>>
>> On Mon, Jun 30, 2025 at 09:46:40AM +0200, Loic Poulain wrote:
>> > Hi Maxime,
>> >
>> > On Mon, Jun 30, 2025 at 9:07 AM Maxime Ripard wrote:
>> > > On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loi
On Mon, Jun 30, 2025 at 10:40 AM Maxime Ripard wrote:
>
> On Mon, Jun 30, 2025 at 09:46:40AM +0200, Loic Poulain wrote:
> > Hi Maxime,
> >
> > On Mon, Jun 30, 2025 at 9:07 AM Maxime Ripard wrote:
> > > On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loic Poulain wrote:
> > > > DRM checks EDID block cou
On Mon, Jun 30, 2025 at 09:46:40AM +0200, Loic Poulain wrote:
> Hi Maxime,
>
> On Mon, Jun 30, 2025 at 9:07 AM Maxime Ripard wrote:
> > On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loic Poulain wrote:
> > > DRM checks EDID block count against allocated size in drm_edid_valid
> > > function. We have
Hi Maxime,
On Mon, Jun 30, 2025 at 9:07 AM Maxime Ripard wrote:
> On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loic Poulain wrote:
> > DRM checks EDID block count against allocated size in drm_edid_valid
> > function. We have to allocate the right EDID size instead of the max
> > size to prevent the
Hi,
On Sun, Jun 29, 2025 at 04:38:36AM +0200, Loic Poulain wrote:
> DRM checks EDID block count against allocated size in drm_edid_valid
> function. We have to allocate the right EDID size instead of the max
> size to prevent the EDID to be reported as invalid.
>
> Fixes: 7c585f9a71aa ("drm/bridg
DRM checks EDID block count against allocated size in drm_edid_valid
function. We have to allocate the right EDID size instead of the max
size to prevent the EDID to be reported as invalid.
Fixes: 7c585f9a71aa ("drm/bridge: anx7625: use struct drm_edid more")
Signed-off-by: Loic Poulain
---
driv