drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+)
This is the GPU/NPU combined device found on the ST STM32MP25 SoC.
Feature bits taken from the downstream kernel driver 6.4.21.
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
---
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: David Airlie <airlied@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Simona Vetter <simona@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Cc: etnaviv@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
---
drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
index 8665f2658d51b..32d710baf17fe 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
@@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
.minor_features10 = 0x90044250,
.minor_features11 = 0x00000024,
},
+ {
+ .model = 0x8000,
+ .revision = 0x6205,
+ .product_id = 0x80003,
+ .customer_id = 0x15,
+ .eco_id = 0,
+ .stream_count = 16,
+ .register_max = 64,
+ .thread_count = 512,
+ .shader_core_count = 2,
+ .nn_core_count = 2,
+ .vertex_cache_size = 16,
+ .vertex_output_buffer_size = 1024,
+ .pixel_pipes = 1,
+ .instruction_count = 512,
+ .num_constants = 320,
+ .buffer_size = 0,
+ .varyings_count = 16,
+ .features = 0xe0287c8d,
+ .minor_features0 = 0xc1799eff,
+ .minor_features1 = 0xfefbfad9,
+ .minor_features2 = 0xeb9d4fbf,
+ .minor_features3 = 0xedfffced,
+ .minor_features4 = 0xdb0dafc7,
+ .minor_features5 = 0x7b5ac333,
+ .minor_features6 = 0xfcce6000,
+ .minor_features7 = 0x03fbfa6f,
+ .minor_features8 = 0x00ef0ef0,
+ .minor_features9 = 0x0eca703c,
+ .minor_features10 = 0x898048f0,
+ .minor_features11 = 0x00000034,
+ },
{
.model = 0x8000,
.revision = 0x7120,
--
2.51.0
> This is the GPU/NPU combined device found on the ST STM32MP25 SoC.
> Feature bits taken from the downstream kernel driver 6.4.21.
>
> Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Acked-by: Christian Gmeiner <cgmeiner@igalia.com>
> ---
> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> Cc: David Airlie <airlied@gmail.com>
> Cc: Lucas Stach <l.stach@pengutronix.de>
> Cc: Simona Vetter <simona@ffwll.ch>
> Cc: dri-devel@lists.freedesktop.org
> Cc: etnaviv@lists.freedesktop.org
> Cc: linux-kernel@vger.kernel.org
> ---
> drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> index 8665f2658d51b..32d710baf17fe 100644
> --- a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> +++ b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> @@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
> .minor_features10 = 0x90044250,
> .minor_features11 = 0x00000024,
> },
> + {
> + .model = 0x8000,
> + .revision = 0x6205,
> + .product_id = 0x80003,
> + .customer_id = 0x15,
> + .eco_id = 0,
> + .stream_count = 16,
> + .register_max = 64,
> + .thread_count = 512,
> + .shader_core_count = 2,
> + .nn_core_count = 2,
> + .vertex_cache_size = 16,
> + .vertex_output_buffer_size = 1024,
> + .pixel_pipes = 1,
> + .instruction_count = 512,
> + .num_constants = 320,
> + .buffer_size = 0,
> + .varyings_count = 16,
> + .features = 0xe0287c8d,
> + .minor_features0 = 0xc1799eff,
> + .minor_features1 = 0xfefbfad9,
> + .minor_features2 = 0xeb9d4fbf,
> + .minor_features3 = 0xedfffced,
> + .minor_features4 = 0xdb0dafc7,
> + .minor_features5 = 0x7b5ac333,
> + .minor_features6 = 0xfcce6000,
> + .minor_features7 = 0x03fbfa6f,
> + .minor_features8 = 0x00ef0ef0,
> + .minor_features9 = 0x0eca703c,
> + .minor_features10 = 0x898048f0,
> + .minor_features11 = 0x00000034,
> + },
> {
> .model = 0x8000,
> .revision = 0x7120,
> --
> 2.51.0
>
--
greets
--
Christian Gmeiner, MSc
https://christian-gmeiner.info/privacypolicy
> > This is the GPU/NPU combined device found on the ST STM32MP25 SoC.
> > Feature bits taken from the downstream kernel driver 6.4.21.
> >
> > Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
>
> Acked-by: Christian Gmeiner <cgmeiner@igalia.com>
>
> > ---
> > Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> > Cc: David Airlie <airlied@gmail.com>
> > Cc: Lucas Stach <l.stach@pengutronix.de>
> > Cc: Simona Vetter <simona@ffwll.ch>
> > Cc: dri-devel@lists.freedesktop.org
> > Cc: etnaviv@lists.freedesktop.org
> > Cc: linux-kernel@vger.kernel.org
> > ---
> > drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++
> > 1 file changed, 32 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> > index 8665f2658d51b..32d710baf17fe 100644
> > --- a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> > +++ b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> > @@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
> > .minor_features10 = 0x90044250,
> > .minor_features11 = 0x00000024,
> > },
> > + {
> > + .model = 0x8000,
> > + .revision = 0x6205,
> > + .product_id = 0x80003,
> > + .customer_id = 0x15,
> > + .eco_id = 0,
> > + .stream_count = 16,
> > + .register_max = 64,
> > + .thread_count = 512,
> > + .shader_core_count = 2,
> > + .nn_core_count = 2,
> > + .vertex_cache_size = 16,
> > + .vertex_output_buffer_size = 1024,
> > + .pixel_pipes = 1,
> > + .instruction_count = 512,
> > + .num_constants = 320,
> > + .buffer_size = 0,
> > + .varyings_count = 16,
> > + .features = 0xe0287c8d,
> > + .minor_features0 = 0xc1799eff,
> > + .minor_features1 = 0xfefbfad9,
> > + .minor_features2 = 0xeb9d4fbf,
> > + .minor_features3 = 0xedfffced,
> > + .minor_features4 = 0xdb0dafc7,
> > + .minor_features5 = 0x7b5ac333,
> > + .minor_features6 = 0xfcce6000,
> > + .minor_features7 = 0x03fbfa6f,
> > + .minor_features8 = 0x00ef0ef0,
> > + .minor_features9 = 0x0eca703c,
> > + .minor_features10 = 0x898048f0,
> > + .minor_features11 = 0x00000034,
> > + },
> > {
> > .model = 0x8000,
> > .revision = 0x7120,
> > --
> > 2.51.0
> >
>
Applied to drm-misc-next.
--
greets
--
Christian Gmeiner, MSc
https://christian-gmeiner.info/privacypolicy
On 11/4/25 4:50 PM, Christian Gmeiner wrote:
>>> This is the GPU/NPU combined device found on the ST STM32MP25 SoC.
>>> Feature bits taken from the downstream kernel driver 6.4.21.
>>>
>>> Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
>>
>> Acked-by: Christian Gmeiner <cgmeiner@igalia.com>
>>
>>> ---
>>> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
>>> Cc: David Airlie <airlied@gmail.com>
>>> Cc: Lucas Stach <l.stach@pengutronix.de>
>>> Cc: Simona Vetter <simona@ffwll.ch>
>>> Cc: dri-devel@lists.freedesktop.org
>>> Cc: etnaviv@lists.freedesktop.org
>>> Cc: linux-kernel@vger.kernel.org
>>> ---
>>> drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++
>>> 1 file changed, 32 insertions(+)
>>>
>>> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
>>> index 8665f2658d51b..32d710baf17fe 100644
>>> --- a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
>>> +++ b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
>>> @@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
>>> .minor_features10 = 0x90044250,
>>> .minor_features11 = 0x00000024,
>>> },
>>> + {
>>> + .model = 0x8000,
>>> + .revision = 0x6205,
>>> + .product_id = 0x80003,
>>> + .customer_id = 0x15,
>>> + .eco_id = 0,
>>> + .stream_count = 16,
>>> + .register_max = 64,
>>> + .thread_count = 512,
>>> + .shader_core_count = 2,
>>> + .nn_core_count = 2,
>>> + .vertex_cache_size = 16,
>>> + .vertex_output_buffer_size = 1024,
>>> + .pixel_pipes = 1,
>>> + .instruction_count = 512,
>>> + .num_constants = 320,
>>> + .buffer_size = 0,
>>> + .varyings_count = 16,
>>> + .features = 0xe0287c8d,
>>> + .minor_features0 = 0xc1799eff,
>>> + .minor_features1 = 0xfefbfad9,
>>> + .minor_features2 = 0xeb9d4fbf,
>>> + .minor_features3 = 0xedfffced,
>>> + .minor_features4 = 0xdb0dafc7,
>>> + .minor_features5 = 0x7b5ac333,
>>> + .minor_features6 = 0xfcce6000,
>>> + .minor_features7 = 0x03fbfa6f,
>>> + .minor_features8 = 0x00ef0ef0,
>>> + .minor_features9 = 0x0eca703c,
>>> + .minor_features10 = 0x898048f0,
>>> + .minor_features11 = 0x00000034,
>>> + },
>>> {
>>> .model = 0x8000,
>>> .revision = 0x7120,
>>> --
>>> 2.51.0
>>>
>>
>
> Applied to drm-misc-next.
Thank you.
I _think_ I will try to respin the flop reset patchset next.
> On 11/4/25 4:50 PM, Christian Gmeiner wrote:
> >>> This is the GPU/NPU combined device found on the ST STM32MP25 SoC.
> >>> Feature bits taken from the downstream kernel driver 6.4.21.
> >>>
> >>> Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
> >>
> >> Acked-by: Christian Gmeiner <cgmeiner@igalia.com>
> >>
> >>> ---
> >>> Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
> >>> Cc: David Airlie <airlied@gmail.com>
> >>> Cc: Lucas Stach <l.stach@pengutronix.de>
> >>> Cc: Simona Vetter <simona@ffwll.ch>
> >>> Cc: dri-devel@lists.freedesktop.org
> >>> Cc: etnaviv@lists.freedesktop.org
> >>> Cc: linux-kernel@vger.kernel.org
> >>> ---
> >>> drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 32 ++++++++++++++++++++++++++
> >>> 1 file changed, 32 insertions(+)
> >>>
> >>> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> >>> index 8665f2658d51b..32d710baf17fe 100644
> >>> --- a/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> >>> +++ b/drivers/gpu/drm/etnaviv/etnaviv_hwdb.c
> >>> @@ -196,6 +196,38 @@ static const struct etnaviv_chip_identity etnaviv_chip_identities[] = {
> >>> .minor_features10 = 0x90044250,
> >>> .minor_features11 = 0x00000024,
> >>> },
> >>> + {
> >>> + .model = 0x8000,
> >>> + .revision = 0x6205,
> >>> + .product_id = 0x80003,
> >>> + .customer_id = 0x15,
> >>> + .eco_id = 0,
> >>> + .stream_count = 16,
> >>> + .register_max = 64,
> >>> + .thread_count = 512,
> >>> + .shader_core_count = 2,
> >>> + .nn_core_count = 2,
> >>> + .vertex_cache_size = 16,
> >>> + .vertex_output_buffer_size = 1024,
> >>> + .pixel_pipes = 1,
> >>> + .instruction_count = 512,
> >>> + .num_constants = 320,
> >>> + .buffer_size = 0,
> >>> + .varyings_count = 16,
> >>> + .features = 0xe0287c8d,
> >>> + .minor_features0 = 0xc1799eff,
> >>> + .minor_features1 = 0xfefbfad9,
> >>> + .minor_features2 = 0xeb9d4fbf,
> >>> + .minor_features3 = 0xedfffced,
> >>> + .minor_features4 = 0xdb0dafc7,
> >>> + .minor_features5 = 0x7b5ac333,
> >>> + .minor_features6 = 0xfcce6000,
> >>> + .minor_features7 = 0x03fbfa6f,
> >>> + .minor_features8 = 0x00ef0ef0,
> >>> + .minor_features9 = 0x0eca703c,
> >>> + .minor_features10 = 0x898048f0,
> >>> + .minor_features11 = 0x00000034,
> >>> + },
> >>> {
> >>> .model = 0x8000,
> >>> .revision = 0x7120,
> >>> --
> >>> 2.51.0
> >>>
> >>
> >
> > Applied to drm-misc-next.
> Thank you.
>
> I _think_ I will try to respin the flop reset patchset next.
Gert told me on irc that he has reworked the series already and just
needs to do some testing. Maybe wait another 1-2 weeks
and/or sync with him directly.
--
greets
--
Christian Gmeiner, MSc
https://christian-gmeiner.info/privacypolicy
On 11/5/25 2:44 PM, Christian Gmeiner wrote: Hello everyone, >> I _think_ I will try to respin the flop reset patchset next. > > Gert told me on irc that he has reworked the series already and just > needs to do some testing. Maybe wait another 1-2 weeks > and/or sync with him directly. Let me add Gert on CC . I can also do that testing and provide TB if that would be helpful, I already tested the previous series and have MP2 on my desk now. -- Best regards, Marek Vasut
© 2016 - 2026 Red Hat, Inc.