Re: [PATCH 2/2] panfrost: Add compatible string for bifrost

2020-10-05 Thread Tomeu Vizoso
On Mon, 5 Oct 2020 at 08:44, Tomeu Vizoso wrote: > > On Fri, 19 Jun 2020 at 11:00, Steven Price wrote: > > > > On 11/06/2020 09:58, Tomeu Vizoso wrote: > > > Mesa now supports some Bifrost devices, so enable it. > > > > > > Signed-off-by: Tomeu Vizoso > > > > Reviewed-by: Steven Price > > > > I

Re: [PATCH 2/2] panfrost: Add compatible string for bifrost

2020-10-04 Thread Tomeu Vizoso
On Fri, 19 Jun 2020 at 11:00, Steven Price wrote: > > On 11/06/2020 09:58, Tomeu Vizoso wrote: > > Mesa now supports some Bifrost devices, so enable it. > > > > Signed-off-by: Tomeu Vizoso > > Reviewed-by: Steven Price > > I've also dug out my Hikey960 (from the box it's been in since lock down

Re: [PATCH 2/2] panfrost: Add compatible string for bifrost

2020-06-19 Thread Steven Price
On 11/06/2020 09:58, Tomeu Vizoso wrote: Mesa now supports some Bifrost devices, so enable it. Signed-off-by: Tomeu Vizoso Reviewed-by: Steven Price I've also dug out my Hikey960 (from the box it's been in since lock down started), so I'll see if I can get things running on there, at the

Re: [PATCH 2/2] panfrost: Add compatible string for bifrost

2020-06-11 Thread Heiko Stuebner
Am Donnerstag, 11. Juni 2020, 10:58:44 CEST schrieb Tomeu Vizoso: > Mesa now supports some Bifrost devices, so enable it. > > Signed-off-by: Tomeu Vizoso > --- > drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/panfrost/panfrost_dr

[PATCH 2/2] panfrost: Add compatible string for bifrost

2020-06-11 Thread Tomeu Vizoso
Mesa now supports some Bifrost devices, so enable it. Signed-off-by: Tomeu Vizoso --- drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 882fecc33fdb..8ff8e140f91e 10