All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards
@ 2024-06-17 20:00 Marcin Bober
  2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
  2024-06-18 12:20 ` Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Marcin Bober @ 2024-06-17 20:00 UTC (permalink / raw)
  To: yocto-patches; +Cc: mbober1

The RK356x SoC family (of which we currently only support RK3568) has a
Bifrost GPU that is supported by open-source Panfrost Linux kernel and
Mesa drivers, therefore let's build mesa with Panfrost support for
RK3566.

Signed-off-by: Marcin Bober <mbober1@gmail.com>
---
 recipes-graphics/mesa/mesa_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 2d9ec2e..ca1ad70 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -2,4 +2,5 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3328 = " kmsro lima"
 PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
 PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
+PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
 PACKAGECONFIG:append:px30 = " kmsro panfrost"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards
  2024-06-17 20:00 [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards Marcin Bober
@ 2024-06-18  9:48 ` Quentin Schulz
  2024-06-18 12:11   ` Trevor Woerner
  2024-06-18 12:20 ` Trevor Woerner
  1 sibling, 1 reply; 4+ messages in thread
From: Quentin Schulz @ 2024-06-18  9:48 UTC (permalink / raw)
  To: yocto-patches; +Cc: mbober1

Hi Marcin,

On 6/17/24 10:00 PM, Marcin Bober via lists.yoctoproject.org wrote:
> [You don't often get email from mbober1=gmail.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> The RK356x SoC family (of which we currently only support RK3568) has a
> Bifrost GPU that is supported by open-source Panfrost Linux kernel and
> Mesa drivers, therefore let's build mesa with Panfrost support for
> RK3566.
> 
> Signed-off-by: Marcin Bober <mbober1@gmail.com>
> ---
>   recipes-graphics/mesa/mesa_%.bbappend | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
> index 2d9ec2e..ca1ad70 100644
> --- a/recipes-graphics/mesa/mesa_%.bbappend
> +++ b/recipes-graphics/mesa/mesa_%.bbappend
> @@ -2,4 +2,5 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
>   PACKAGECONFIG:append:rk3328 = " kmsro lima"
>   PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
>   PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
> +PACKAGECONFIG:append:rk3566 = " kmsro panfrost"

Maybe re-order alphabetically :) ?

Otherwise looking good to me,

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards
  2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
@ 2024-06-18 12:11   ` Trevor Woerner
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2024-06-18 12:11 UTC (permalink / raw)
  To: yocto-patches; +Cc: mbober1

On Tue 2024-06-18 @ 11:48:26 AM, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Marcin,
> 
> On 6/17/24 10:00 PM, Marcin Bober via lists.yoctoproject.org wrote:
> > [You don't often get email from mbober1=gmail.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> > 
> > The RK356x SoC family (of which we currently only support RK3568) has a
> > Bifrost GPU that is supported by open-source Panfrost Linux kernel and
> > Mesa drivers, therefore let's build mesa with Panfrost support for
> > RK3566.
> > 
> > Signed-off-by: Marcin Bober <mbober1@gmail.com>
> > ---
> >   recipes-graphics/mesa/mesa_%.bbappend | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
> > index 2d9ec2e..ca1ad70 100644
> > --- a/recipes-graphics/mesa/mesa_%.bbappend
> > +++ b/recipes-graphics/mesa/mesa_%.bbappend
> > @@ -2,4 +2,5 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
> >   PACKAGECONFIG:append:rk3328 = " kmsro lima"
> >   PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
> >   PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
> > +PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
> 
> Maybe re-order alphabetically :) ?

I can re-order when I apply.

> Otherwise looking good to me,
> 
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> 
> Thanks!
> Quentin
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#336): https://lists.yoctoproject.org/g/yocto-patches/message/336
> Mute This Topic: https://lists.yoctoproject.org/mt/106728240/900817
> Group Owner: yocto-patches+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13168745/900817/63955952/xyzzy [twoerner@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards
  2024-06-17 20:00 [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards Marcin Bober
  2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
@ 2024-06-18 12:20 ` Trevor Woerner
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2024-06-18 12:20 UTC (permalink / raw)
  To: yocto-patches; +Cc: mbober1

On Mon 2024-06-17 @ 08:00:24 PM, Marcin Bober via lists.yoctoproject.org wrote:
> The RK356x SoC family (of which we currently only support RK3568) has a
> Bifrost GPU that is supported by open-source Panfrost Linux kernel and
> Mesa drivers, therefore let's build mesa with Panfrost support for
> RK3566.
> 
> Signed-off-by: Marcin Bober <mbober1@gmail.com>
> ---
>  recipes-graphics/mesa/mesa_%.bbappend | 1 +
>  1 file changed, 1 insertion(+)

Applied to meta-rockchip, and sorted numerically, master branch. Thanks!

Thanks for the patch Marcin! The git repository originally rejected your patch
because the Author email address was strange so I had to adjust that as well.
In the patch it is:

	Marcin Bober via lists.yoctoproject.org <mbober1=gmail.com@lists.yoctoproject.org>

So I adjusted it to your actual email address. Perhaps you have a
misconfiguration in the [user] section of your git configuration?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-18 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 20:00 [meta-rockchip] [PATCH] mesa: build panfrost for RK3566 boards Marcin Bober
2024-06-18  9:48 ` [yocto-patches] " Quentin Schulz
2024-06-18 12:11   ` Trevor Woerner
2024-06-18 12:20 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.