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
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
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
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