Re: [PATCH v2 2/2] drm/bridge: ps8640: Add a cache for EDID

2023-03-23 Thread Doug Anderson
Hi, On Tue, Mar 14, 2023 at 8:55 PM Pin-yen Lin wrote: > > When there are multiple EDID reads, the bridge will be repeatedly > enabled and disabled. Add a cache for EDID to speed this up. > > Signed-off-by: Pin-yen Lin > Reviewed-by: Robert Foss > Reviewed-by: Douglas Anderson > --- > >

[PATCH v2 2/2] drm/bridge: ps8640: Add a cache for EDID

2023-03-14 Thread Pin-yen Lin
When there are multiple EDID reads, the bridge will be repeatedly enabled and disabled. Add a cache for EDID to speed this up. Signed-off-by: Pin-yen Lin Reviewed-by: Robert Foss Reviewed-by: Douglas Anderson --- Changes in v2: - Remove the NULL assignment in ps8640_remove