Re: [PATCH] etnaviv: Restore some id values

2024-03-01 Thread Christian Gmeiner
Hi Lucas, > > prefix for etnaviv kernel patches should be "drm/etnaviv: ..." Ah yeah .. corrected in v2. > > Am Donnerstag, dem 29.02.2024 um 20:55 +0100 schrieb Christian Gmeiner: > > From: Christian Gmeiner > > > > The hwdb selection logic as a feature that allows it to mark some fields > > a

Re: [PATCH] etnaviv: Restore some id values

2024-03-01 Thread Lucas Stach
Hi Christian, prefix for etnaviv kernel patches should be "drm/etnaviv: ..." Am Donnerstag, dem 29.02.2024 um 20:55 +0100 schrieb Christian Gmeiner: > From: Christian Gmeiner > > The hwdb selection logic as a feature that allows it to mark some fields > as 'don't care'. If we match with such a

Re: [PATCH] etnaviv: Restore some id values

2024-03-01 Thread Tomeu Vizoso
On Thu, Feb 29, 2024 at 8:55 PM Christian Gmeiner wrote: > > From: Christian Gmeiner > > The hwdb selection logic as a feature that allows it to mark some fields > as 'don't care'. If we match with such a field we memcpy(..) > the current etnaviv_chip_identity into ident. > > This step can overwr

[PATCH] etnaviv: Restore some id values

2024-02-29 Thread Christian Gmeiner
From: Christian Gmeiner The hwdb selection logic as a feature that allows it to mark some fields as 'don't care'. If we match with such a field we memcpy(..) the current etnaviv_chip_identity into ident. This step can overwrite some id values read from the GPU with the 'don't care' value. Fix t