Re: [PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-09-05 Thread Lucas Stach
H Christian, Am Samstag, dem 03.09.2022 um 13:16 +0200 schrieb Christian Gmeiner: > Hi all > > Am Fr., 26. Aug. 2022 um 21:07 Uhr schrieb Lucas Stach > : > > > > From: Marco Felsch > > > > The GPU is found on the NXP i.MX8MN SoC. The feature bits are taken from > > the NXP downstream kernel d

Re: [PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-09-03 Thread Christian Gmeiner
Hi all Am Fr., 26. Aug. 2022 um 21:07 Uhr schrieb Lucas Stach : > > From: Marco Felsch > > The GPU is found on the NXP i.MX8MN SoC. The feature bits are taken from > the NXP downstream kernel driver 6.4.3.p2. > Can we stop adding new entries to the kernel hwdb and start to establish a hwdb in th

Re: [PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-08-29 Thread Lucas Stach
Hi Stefan, please keep the CC list intact when replying. I've almost missed this. Am Montag, dem 29.08.2022 um 13:41 +0200 schrieb Stefan Eschenbacher: > > Product_id, customer_id and eco_id should not be zero. The different > versions of model 0x7000, revision 0x6203 can differ in stream_count,

Aw: [PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-08-29 Thread Stefan Eschenbacher
Product_id, customer_id and eco_id should not be zero. The different versions of model 0x7000, revision 0x6203 can differ in stream_count, minor_feature5 and minor_features7. { .model = 0x7000, .revision = 0x6203,

Re: [PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-08-27 Thread Adam Ford
On Fri, Aug 26, 2022 at 2:07 PM Lucas Stach wrote: > > From: Marco Felsch > > The GPU is found on the NXP i.MX8MN SoC. The feature bits are taken from > the NXP downstream kernel driver 6.4.3.p2. > This series fixes an issue where I saw: etnaviv-gpu 3800.gpu: recover hung GPU! With mesa-22.

[PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6203

2022-08-26 Thread Lucas Stach
From: Marco Felsch The GPU is found on the NXP i.MX8MN SoC. The feature bits are taken from the NXP downstream kernel driver 6.4.3.p2. Signed-off-by: Marco Felsch Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 31 ++ 1 file changed, 31 insertio