All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/panfrost: partial support of T628 GPUs
@ 2021-12-23 11:06 asheplyakov
  2021-12-23 11:06 ` [PATCH 1/2] drm/panfrost: mmu: improved memory attributes asheplyakov
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: asheplyakov @ 2021-12-23 11:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Tomeu Vizoso, Vadim V . Vlasov, Steven Price, Alexey Sheplyakov,
	Alyssa Rosenzweig

From: Alexey Sheplyakov <asheplyakov@basealt.ru>

Hello,

these patches address some problems which prevent panfrost from
working with Mali T628 GPUs:

- incomplete/incorrect mmu memory attributes
- wrong jobs affinity on dual core group GPUs

With these patches panfrost is able to drive mali T628 (r1p0) GPU
on some armv8 SoCs (in particular BE-M1000).
r0 GPUs are still not supported [yet] (tested with Exynos 5422).

Alexey Sheplyakov (2):
  drm/panfrost: mmu: improved memory attributes
  drm/panfrost: adjusted job affinity for dual core group GPUs

 drivers/gpu/drm/panfrost/panfrost_device.h |  7 ++++
 drivers/gpu/drm/panfrost/panfrost_gpu.c    | 45 ++++++++++++++++++++++
 drivers/gpu/drm/panfrost/panfrost_job.c    | 14 ++++++-
 drivers/gpu/drm/panfrost/panfrost_mmu.c    |  3 --
 drivers/iommu/io-pgtable-arm.c             | 16 ++++++--
 5 files changed, 76 insertions(+), 9 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-01-17  9:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23 11:06 [PATCH 0/2] drm/panfrost: partial support of T628 GPUs asheplyakov
2021-12-23 11:06 ` [PATCH 1/2] drm/panfrost: mmu: improved memory attributes asheplyakov
2021-12-24 12:56   ` Robin Murphy
2022-01-12 18:18     ` Alexey Sheplyakov
2021-12-23 11:06 ` [PATCH 2/2] drm/panfrost: adjusted job affinity for dual core group GPUs asheplyakov
2021-12-23 14:11   ` Alyssa Rosenzweig
2021-12-24  8:56     ` Alexey Sheplyakov
2022-01-10 14:14       ` Steven Price
2022-01-10 17:42         ` Alyssa Rosenzweig
2022-01-12 17:03           ` Steven Price
2022-01-13 10:01             ` Alexey Sheplyakov
2022-01-13 11:22               ` Steven Price
2022-01-13 16:06           ` Alexey Sheplyakov
2021-12-23 14:14 ` [PATCH 0/2] drm/panfrost: partial support of T628 GPUs Alyssa Rosenzweig
2022-01-15 16:06 ` [PATCH v2] drm/panfrost: initial dual core group GPUs support Alexey Sheplyakov
2022-01-17  9:42   ` Steven Price

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.