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

From: Doug Anderson
Date: Thu Mar 23 2023 - 16:59:42 EST


Hi,

On Tue, Mar 14, 2023 at 8:55 PM Pin-yen Lin <treapking@xxxxxxxxxxxx> 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 <treapking@xxxxxxxxxxxx>
> Reviewed-by: Robert Foss <rfoss@xxxxxxxxxx>
> Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> ---
>
> Changes in v2:
> - Remove the NULL assignment in ps8640_remove
>
> drivers/gpu/drm/bridge/parade-ps8640.c | 60 +++++++++++++++-----------
> 1 file changed, 36 insertions(+), 24 deletions(-)

Landed in drm-misc-next:

6a17b4d1b52f drm/bridge: ps8640: Add a cache for EDID