Re: [PATCH 1/3] drm: bridge: icn6211: Only warn on invalid chip IDs

2023-04-22 Thread Jagan Teki
Hi Brandon, On Wed, Apr 19, 2023 at 12:43 AM Marek Vasut wrote: > > On 4/18/23 15:42, Jagan Teki wrote: > > On Tue, Apr 18, 2023 at 5:52 PM Brandon Cheo Fusi > > wrote: > >> > >> Avoid aborting chip configuration after reading invalid IDs and > >> instead issue a warning. I have a bunch of these

[PATCH 1/3] drm: bridge: icn6211: Only warn on invalid chip IDs

2023-04-20 Thread Brandon Cheo Fusi
Avoid aborting chip configuration after reading invalid IDs and instead issue a warning. I have a bunch of these chips and they all report "Vendor=0x00 Device=0x00:0x00 Version=0x00" but are successfully configured and go on to work just fine. Signed-off-by: Brandon Cheo Fusi --- drivers/gpu/drm

Re: [PATCH 1/3] drm: bridge: icn6211: Only warn on invalid chip IDs

2023-04-18 Thread Marek Vasut
On 4/18/23 15:42, Jagan Teki wrote: On Tue, Apr 18, 2023 at 5:52 PM Brandon Cheo Fusi wrote: Avoid aborting chip configuration after reading invalid IDs and instead issue a warning. I have a bunch of these chips and they all report "Vendor=0x00 Device=0x00:0x00 Version=0x00" but are successful

Re: [PATCH 1/3] drm: bridge: icn6211: Only warn on invalid chip IDs

2023-04-18 Thread Jagan Teki
On Tue, Apr 18, 2023 at 5:52 PM Brandon Cheo Fusi wrote: > > Avoid aborting chip configuration after reading invalid IDs and > instead issue a warning. I have a bunch of these chips and they all > report "Vendor=0x00 Device=0x00:0x00 Version=0x00" but are successfully > configured and go on to wor