Re: [PATCH] drm/bridge: it6505: Add caching for EDID

2022-12-15 Thread Robert Foss
On Tue, 15 Nov 2022 19:27:20 +0800, Pin-yen Lin wrote: > Add caching when EDID is read, and invalidate the cache until the > bridge detects HPD low or sink count changes on HPD_IRQ. > > It takes 1.2s for IT6505 bridge to read a 3-block EDID, and skipping > one EDID read would be a notable differen

Re: [PATCH] drm/bridge: it6505: Add caching for EDID

2022-12-15 Thread Robert Foss
On Thu, 15 Dec 2022 at 09:36, Pin-yen Lin wrote: > > Hi Robert, > > Thanks for the review. > > I didn't see this patch on drm-misc-next, but my another patch merged > instead: > https://cgit.freedesktop.org/drm/drm-misc/commit/?id=5eb9a4314053bda7642643f70f49a2b415920812 > > Did something go wron

Re: [PATCH] drm/bridge: it6505: Add caching for EDID

2022-12-15 Thread Pin-yen Lin
Hi Robert, Thanks for the review. I didn't see this patch on drm-misc-next, but my another patch merged instead: https://cgit.freedesktop.org/drm/drm-misc/commit/?id=5eb9a4314053bda7642643f70f49a2b415920812 Did something go wrong? Or is it me missing something? Regards, Pin-yen On Thu, Dec 15

Re: [PATCH] drm/bridge: it6505: Add caching for EDID

2022-12-14 Thread Robert Foss
On Tue, 15 Nov 2022 19:27:20 +0800, Pin-yen Lin wrote: > Add caching when EDID is read, and invalidate the cache until the > bridge detects HPD low or sink count changes on HPD_IRQ. > > It takes 1.2s for IT6505 bridge to read a 3-block EDID, and skipping > one EDID read would be a notable differen

Re: [PATCH] drm/bridge: it6505: Add caching for EDID

2022-12-13 Thread Robert Foss
On Tue, 15 Nov 2022 at 12:27, Pin-yen Lin wrote: > > Add caching when EDID is read, and invalidate the cache until the > bridge detects HPD low or sink count changes on HPD_IRQ. > > It takes 1.2s for IT6505 bridge to read a 3-block EDID, and skipping > one EDID read would be a notable difference o

[PATCH] drm/bridge: it6505: Add caching for EDID

2022-11-15 Thread Pin-yen Lin
Add caching when EDID is read, and invalidate the cache until the bridge detects HPD low or sink count changes on HPD_IRQ. It takes 1.2s for IT6505 bridge to read a 3-block EDID, and skipping one EDID read would be a notable difference on user experience. Signed-off-by: Pin-yen Lin --- driver