Re: [PATCH v2 2/5] drm/ast: Fix updating the connector's EDID property

2022-06-07 Thread Patrik Jakobsson
On Tue, Jun 7, 2022 at 10:13 AM Thomas Zimmermann wrote: > > Hi > > Am 02.06.22 um 09:24 schrieb Patrik Jakobsson: > > On Tue, May 31, 2022 at 1:15 PM Thomas Zimmermann > > wrote: > >> > >> Read the display modes from the connectors DDC helper, which also > >> updates the connector's EDID proper

Re: [PATCH v2 2/5] drm/ast: Fix updating the connector's EDID property

2022-06-07 Thread Thomas Zimmermann
Hi Am 02.06.22 um 09:24 schrieb Patrik Jakobsson: On Tue, May 31, 2022 at 1:15 PM Thomas Zimmermann wrote: Read the display modes from the connectors DDC helper, which also updates the connector's EDID property. The code for the connector's .get_modes helper is now shared between VGA and SIL1

Re: [PATCH v2 2/5] drm/ast: Fix updating the connector's EDID property

2022-06-02 Thread Patrik Jakobsson
On Tue, May 31, 2022 at 1:15 PM Thomas Zimmermann wrote: > > Read the display modes from the connectors DDC helper, which also > updates the connector's EDID property. The code for the connector's > .get_modes helper is now shared between VGA and SIL164. > > Signed-off-by: Thomas Zimmermann > ---

[PATCH v2 2/5] drm/ast: Fix updating the connector's EDID property

2022-05-31 Thread Thomas Zimmermann
Read the display modes from the connectors DDC helper, which also updates the connector's EDID property. The code for the connector's .get_modes helper is now shared between VGA and SIL164. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 57 ++---