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

2023-03-14 Thread Doug Anderson
Hi, On Tue, Mar 14, 2023 at 4:00 AM 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 > --- > > drivers/gpu/drm/bridge/parade-ps8640.c | 61 --

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

2023-03-14 Thread Robert Foss
On Tue, Mar 14, 2023 at 12:01 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 > --- > > drivers/gpu/drm/bridge/parade-ps8640.c | 61 --

[PATCH 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 --- drivers/gpu/drm/bridge/parade-ps8640.c | 61 -- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/d